Updates to MX::Declare required changes
[dbsrgits/SQL-Abstract-2.0-ish.git] / t / compat / 01generate.t
index 5d4b418..0ff36b2 100644 (file)
@@ -573,7 +573,7 @@ for (@tests) {
       } else {
         &$test;
       }
-      is_same_sql_bind($stmt, \@bind, $_->{stmt}, $_->{bind});
+      is_same_sql_bind($stmt, \@bind, $_->{stmt}, $_->{bind}) or diag "On $_->{stmt}";
     }
   }