Author: jkeenan
Date: Sun Dec 7 08:14:45 2008
New Revision: 33615
Added:
branches/testparrottest/t/perl/testlib/answer.pir
- copied, changed from r33613,
/branches/testparrottest/t/perl/testlib/hello.pir
Removed:
branches/testparrottest/t/perl/testlib/hello.pir
Log:
Change name of test file to reflect what it's actually doing. Correct one
punctuation error.
Copied: branches/testparrottest/t/perl/testlib/answer.pir (from r33613,
/branches/testparrottest/t/perl/testlib/hello.pir)
==============================================================================
--- /branches/testparrottest/t/perl/testlib/hello.pir (original)
+++ branches/testparrottest/t/perl/testlib/answer.pir Sun Dec 7 08:14:45 2008
@@ -5,7 +5,7 @@
add $I0, 20, 23
dec $I0
print $I0
- print "\nsay's Parrot!\n"
+ print "\nsays Parrot!\n"
end
.end