aboutsummaryrefslogtreecommitdiff
path: root/src/test/subscription/t/012_collation.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/subscription/t/012_collation.pl')
-rw-r--r--src/test/subscription/t/012_collation.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/subscription/t/012_collation.pl b/src/test/subscription/t/012_collation.pl
index dd66424be8c..dc2adce8ddc 100644
--- a/src/test/subscription/t/012_collation.pl
+++ b/src/test/subscription/t/012_collation.pl
@@ -4,7 +4,7 @@
# Test collations, in particular nondeterministic ones
# (only works with ICU)
use strict;
-use warnings;
+use warnings FATAL => 'all';
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
use Test::More;