Make the win32/makefile.mk a little safer
[p5sagit/p5-mst-13.2.git] / t / op / pat.t
index 21db20c..f337a58 100755 (executable)
@@ -4109,7 +4109,7 @@ for my $c ("z", "\0", "!", chr(254), chr(256)) {
     my $v;
     ($v='bar')=~/(\w+)/g;
     $v='foo';
-    iseq("$1",'bar','# TODO $1 is safe after /g - may fail due to specialized config in pp_hot.c')
+    iseq("$1",'bar','$1 is safe after /g - may fail due to specialized config in pp_hot.c')
 }
  
 # Test counter is at bottom of file. Put new tests above here.