[svn:parrot] r39516 - trunk/t/codingstd
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Fri Jun 12 02:51:21 UTC 2009
Author: jkeenan
Date: Fri Jun 12 02:51:21 2009
New Revision: 39516
URL: https://trac.parrot.org/parrot/changeset/39516
Log:
Correct typo in test message.
Modified:
trunk/t/codingstd/test_file_coverage.t
Modified: trunk/t/codingstd/test_file_coverage.t
==============================================================================
--- trunk/t/codingstd/test_file_coverage.t Fri Jun 12 02:45:27 2009 (r39515)
+++ trunk/t/codingstd/test_file_coverage.t Fri Jun 12 02:51:21 2009 (r39516)
@@ -62,8 +62,7 @@
or diag "files in $dynpmc_dir but not in test dir:\n\t@$test_dynpmc_miss";
# Tests in src/dynoplibs
- ok( !@$test_dynoplibs_miss, "there are test files in $test_dynoplibs_dir
- for all OPS files" )
+ ok( !@$test_dynoplibs_miss, "there are test files in $test_dynoplibs_dir for all OPS files" )
or diag "files in $dynoplibs_dir but not in test dir:\n\t@$test_dynoplibs_miss";
} # PMC
More information about the parrot-commits
mailing list