# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44681]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44681 >
Change t/examples/streams.t to change .Class to 'Class'. Note, this also
required changing examples/FileLines.pir as well since it's used as the
comparison in the test.
Index: t/examples/streams.t
===================================================================
--- t/examples/streams.t (revision 20629)
+++ t/examples/streams.t (working copy)
@@ -202,7 +202,7 @@
read:[ 80 .local pmc array]
read:[ 81 ]
read:[ 82 i = 0]
-read:[ 83 array = new .ResizablePMCArray]
+read:[ 83 array = new 'ResizablePMCArray']
read:[ 84 ]
read:[ 85 LOOP:]
read:[ 86 inc i]
Index: examples/streams/FileLines.pir
===================================================================
--- examples/streams/FileLines.pir (revision 20629)
+++ examples/streams/FileLines.pir (working copy)
@@ -80,7 +80,7 @@
.local pmc array
i = 0
- array = new .ResizablePMCArray
+ array = new 'ResizablePMCArray'
LOOP:
inc i