[svn:parrot] r41719 - branches/library_files/config/gen/makefiles
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sun Oct 4 23:10:45 UTC 2009
Author: jkeenan
Date: Sun Oct 4 23:10:44 2009
New Revision: 41719
URL: https://trac.parrot.org/parrot/changeset/41719
Log:
Correct trailing whitespace codingstd error.
Modified:
branches/library_files/config/gen/makefiles/root.in
Modified: branches/library_files/config/gen/makefiles/root.in
==============================================================================
--- branches/library_files/config/gen/makefiles/root.in Sun Oct 4 23:10:27 2009 (r41718)
+++ branches/library_files/config/gen/makefiles/root.in Sun Oct 4 23:10:44 2009 (r41719)
@@ -1453,7 +1453,7 @@
test : test_core nqp_test
# Test Parrot core.
-test_core: test_prep
+test_core: test_prep
$(PERL) t/harness $(EXTRA_TEST_ARGS)
# Test the NQP compiler
More information about the parrot-commits
mailing list