Author: chromatic
Date: Tue Oct  2 20:53:37 2007
New Revision: 21766

Modified:
   branches/pdd15oo/t/pdd15oo/threads.t

Log:
[t] Replaced a PMC type constant with the appropriate string constant.


Modified: branches/pdd15oo/t/pdd15oo/threads.t
==============================================================================
--- branches/pdd15oo/t/pdd15oo/threads.t        (original)
+++ branches/pdd15oo/t/pdd15oo/threads.t        Tue Oct  2 20:53:37 2007
@@ -681,7 +681,7 @@
 .namespace [ 'main' ]
 
 .sub init
-    $P0 = getclass .Integer
+    $P0 = getclass 'Integer'
     $P1 = subclass $P0, 'Foo'
     addattribute $P1, 'foo1'
     addattribute $P1, 'foo2'

Reply via email to