[svn:parrot] r43103 - branches/context_unify3/t/pmc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed Dec 16 14:15:53 UTC 2009


Author: whiteknight
Date: Wed Dec 16 14:15:53 2009
New Revision: 43103
URL: https://trac.parrot.org/parrot/changeset/43103

Log:
uncomment the inspect tests. These should work in CallContext just like they did in Context (or functionality should exist in some way).

Modified:
   branches/context_unify3/t/pmc/callcontext.t

Modified: branches/context_unify3/t/pmc/callcontext.t
==============================================================================
--- branches/context_unify3/t/pmc/callcontext.t	Wed Dec 16 14:14:46 2009	(r43102)
+++ branches/context_unify3/t/pmc/callcontext.t	Wed Dec 16 14:15:53 2009	(r43103)
@@ -19,7 +19,7 @@
 .sub 'main' :main
     .include 'test_more.pir'
 
-    plan(69)
+    plan(85)
 
     test_instantiate()
     test_get_set_attrs()
@@ -32,10 +32,10 @@
     test_clone()
     test_backtrace()
 
-    #$P0 = get_hll_global ['Foo'], 'load'
-    #$P0()
-    #$P0 = new ['Foo']
-    #$P0.'test_inspect'() # 16 tests
+    $P0 = get_hll_global ['Foo'], 'load'
+    $P0()
+    $P0 = new ['Foo']
+    $P0.'test_inspect'() # 16 tests
 .end
 
 .sub 'test_instantiate'


More information about the parrot-commits mailing list