summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/error.t2
1 files changed, 0 insertions, 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;