<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -rup constant-tiny-1.01-iBj9Vy-orig/t/constant.t constant-tiny-1.01-iBj9Vy/t/constant.t
--- constant-tiny-1.01-iBj9Vy-orig/t/constant.t	2014-09-27 09:42:40.000000000 -0700
+++ constant-tiny-1.01-iBj9Vy/t/constant.t	2014-09-27 09:43:03.000000000 -0700
@@ -10,7 +10,7 @@ END { @warnings &amp;&amp; print STDERR join "\n
 
 
 use strict;
-use Test::More tests =&gt; 95;
+use Test::More tests =&gt; 94;
 my $TB = Test::More-&gt;builder;
 
 use constant PI		=&gt; 4 * atan2 1, 1;
@@ -120,10 +120,6 @@ print $output CCODE-&gt;($curr_test+4);
 
 $TB-&gt;current_test($curr_test+4);
 
-eval q{ CCODE-&gt;{foo} };
-ok scalar($@ =~ /^Constant is not a HASH/);
-
-
 # Allow leading underscore
 use constant _PRIVATE =&gt; 47;
 is _PRIVATE, 47;
</pre></body></html>