Author: pmichaud
Date: Mon Dec  1 08:36:47 2008
New Revision: 33423

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

Log:
[imcc]:  Update todo test for :method in subflags.t .


Modified: trunk/t/compilers/imcc/syn/subflags.t
==============================================================================
--- trunk/t/compilers/imcc/syn/subflags.t       (original)
+++ trunk/t/compilers/imcc/syn/subflags.t       Mon Dec  1 08:36:47 2008
@@ -66,8 +66,8 @@
     .const 'Sub' $P30 = 'method1'
     isa_ok($P30, 'Sub', ":method sub found w/.const")
     $P0 = get_global 'method1'
-    todo(0, ":method sub not found in namespace")
-    #is_same($P0, pmcnull, ":method sub not found in namespace")
+    $I0 = isnull $P0
+    todo($I0, ":method sub not found in namespace")
 .end
 
 

Reply via email to