summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-08 23:45:45 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-08 23:45:45 -0500
commitd3d4dc5d0d112caa63b9520e2bdbe6ffc0aa94bc (patch)
tree33b2a589f9ad83109e068aed4556032f4e11a1d6
parentfe920090cb0c0c0ab9210f2b50e9a3805ef9d34b (diff)
downloadsmartmatch-engine-core-d3d4dc5d0d112caa63b9520e2bdbe6ffc0aa94bc.tar.gz
smartmatch-engine-core-d3d4dc5d0d112caa63b9520e2bdbe6ffc0aa94bc.zip
this isn't TODO for the xs version
-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;