perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r21766 - branches/pdd15oo/t/pdd15oo

Subject: [svn:parrot] r21766 - branches/pdd15oo/t/pdd15oo
From:
Date: Tue, 2 Oct 2007 20:53:37 -0700 PDT
Newsgroups: perl.cvs.parrot

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'

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r21766 - branches/pdd15oo/t/pdd15oo, chromatic <=