Fix contrib/pg_visibility/meson.build

I broke that in e85662df44 by oversight.
This commit is contained in:
Alexander Korotkov 2024-03-14 13:38:44 +02:00
parent eeefd4280f
commit c20d90a41c

View file

@ -32,6 +32,7 @@ tests += {
'sql': [ 'sql': [
'pg_visibility', 'pg_visibility',
], ],
},
'tap': { 'tap': {
'tests': [ 'tests': [
't/001_concurrent_transaction.pl', 't/001_concurrent_transaction.pl',