| 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> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r21765 - branches/pdd15oo/compilers/pge/PGE, allison |
|---|---|
| Next by Date: | [svn:parrot] r21767 - in branches/pdd15oo: examples/sdl runtime/parrot/library/SDL, chromatic |
| Previous by Thread: | [svn:parrot] r21765 - branches/pdd15oo/compilers/pge/PGE, allison |
| Next by Thread: | [svn:parrot] r21767 - in branches/pdd15oo: examples/sdl runtime/parrot/library/SDL, chromatic |
| Indexes: | [Date] [Thread] [Top] [All Lists] |