Some more tests for \N
[p5sagit/p5-mst-13.2.git] / t / op / index.t
old mode 100755 (executable)
new mode 100644 (file)
index 896cd12..834814e
@@ -181,7 +181,6 @@ SKIP: {
             my $res = $$test [$l];
 
             {
-                local $::TODO = ($l == 3 && $i == 7 ? "Bug #53746" : "");
                 is (index ($str, $q), $res, "Find NUL character(s)");
             }