[svn:parrot] r44359 - trunk/t/perl
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 02:44:38 UTC 2010
Author: mikehh
Date: Tue Feb 23 02:44:37 2010
New Revision: 44359
URL: https://trac.parrot.org/parrot/changeset/44359
Log:
fix failing test - some trailing whitespace is required
Modified:
trunk/t/perl/Parrot_Test.t
Modified: trunk/t/perl/Parrot_Test.t
==============================================================================
--- trunk/t/perl/Parrot_Test.t Tue Feb 23 02:42:59 2010 (r44358)
+++ trunk/t/perl/Parrot_Test.t Tue Feb 23 02:44:37 2010 (r44359)
@@ -301,10 +301,10 @@
# Expected error but exited cleanly
# Received:
# foo
-#
+#
# Expected:
# /bar/
-#
+#
ERR
chomp $err;
test_err($err);
More information about the parrot-commits
mailing list