Author: coke
Date: Mon Mar 31 18:24:38 2008
New Revision: 26681

Modified:
   trunk/t/compilers/imcc/syn/regressions.t

Log:
[oops]

Undo accidental commit included in  r26680. Villians, indeed.



Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t    (original)
+++ trunk/t/compilers/imcc/syn/regressions.t    Mon Mar 31 18:24:38 2008
@@ -18,12 +18,12 @@
 
 pir_output_is( <<'CODE', <<'OUT', 'cannot constant fold div by 0');
 .sub fold_by_zero
-  #push_eh ok
+  push_eh ok
     $I1 = 1/0
-  #pop_eh
+  pop_eh
  ok:
   say "ok"
-.end  
+.end
 CODE
 ok
 OUT

Reply via email to