From f24823e258443b76b6b8ff1e89fe3a0d5b4f9cc7 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Sat, 4 Oct 2025 17:14:52 +0000 Subject: [PATCH] Bug 40292: Use Test::NoWarnings --- xt/check_db_revs_sql_syntax.t | 1 + 1 file changed, 1 insertion(+) diff --git a/xt/check_db_revs_sql_syntax.t b/xt/check_db_revs_sql_syntax.t index 4e02b902a20..fc7ba2d486b 100755 --- a/xt/check_db_revs_sql_syntax.t +++ b/xt/check_db_revs_sql_syntax.t @@ -22,6 +22,7 @@ use Modern::Perl; use Test::More; use File::Find; use File::Slurp; +use Test::NoWarnings; # Test for Bug 40292: Prevent SQL syntax error when upgrading to 25.05 on MariaDB 10.3 # This test ensures that database revision files don't use SQL syntax that is incompatible -- 2.39.5