From d3d4dc5d0d112caa63b9520e2bdbe6ffc0aa94bc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Jul 2011 23:45:45 -0500 Subject: this isn't TODO for the xs version --- t/error.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/error.t b/t/error.t index 10d69be..edba950 100644 --- a/t/error.t +++ b/t/error.t @@ -18,9 +18,7 @@ $core_error =~ s/\d+/XXX/g; $engine_error =~ s/\d+/XXX/g; (my $short_engine_error = $engine_error) =~ s/ at .* line .*//; is($short_engine_error, $short_core_error); - { local $TODO = "Carp is dumb"; is($engine_error, $core_error); - } } done_testing; -- cgit v1.2.3