Someone else would have to write -nest tests
[dbsrgits/SQL-Abstract.git] / t / 04modifiers.t
index dcb61f2..c4960ba 100755 (executable)
@@ -338,9 +338,6 @@ my @numbered_mods = (
   },
 );
 
-#can not be verified via is_same_sql_bind - need exact matching (parenthesis and all)
-my @nest_tests = ();
-
 plan tests => @and_or_tests*3 + @numbered_mods*4;
 
 for my $case (@and_or_tests) {