Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Luke <jluke@mono-cvs.ximian.com>2004-10-05 02:40:16 +0400
committerJohn Luke <jluke@mono-cvs.ximian.com>2004-10-05 02:40:16 +0400
commit075dbfc00401ed4d04bc28c1966de77e1c1f24fc (patch)
treed9fc8841d4dd1e3d10ea3d613887dd71385cd9de /mcs/errors/do-tests.pl
parente123b08a6ab0cc1af0ed6cd30a0236820a10af28 (diff)
2004-10-04 John Luke <john.luke@gmail.com>
* cs8205.cs: remove, same as cs1624 * cs8206.cs: fix yield syntax, and add line number, now passes * cs8207.cs: remove, same as cs1623 * cs8208.cs: remove, same as cs1625 * cs8209.cs: remove, same as cs1631 svn path=/trunk/mcs/; revision=34695
Diffstat (limited to 'mcs/errors/do-tests.pl')
-rwxr-xr-xmcs/errors/do-tests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/do-tests.pl b/mcs/errors/do-tests.pl
index 08a458b61c4..93a2fc68ca3 100755
--- a/mcs/errors/do-tests.pl
+++ b/mcs/errors/do-tests.pl
@@ -145,7 +145,7 @@ if (scalar @{@status_items [($RESULT_UNEXPECTED_CRASH - 1)]} > 0) {
}
if (scalar @{@status_items [($RESULT_UNEXPECTED_CORRECT_ERROR - 1)]} > 0) {
- print scalar @{@status_items [($RESULT_UNEXPECTED_CORRECT_ERROR - 1)]}, " fixed error report, remove it from expect-wrong-error or expect-no-error !\n";
+ print scalar @{@status_items [($RESULT_UNEXPECTED_CORRECT_ERROR - 1)]}, " fixed error report(s), remove it from expect-wrong-error or expect-no-error !\n";
print, print "\n" foreach @{@status_items [($RESULT_UNEXPECTED_CORRECT_ERROR - 1)]};
}
@@ -155,7 +155,7 @@ if (scalar @{@status_items [($RESULT_UNEXPECTED_INCORRECT_ERROR - 1)]} > 0) {
}
if (scalar @{@status_items [($RESULT_UNEXPECTED_NO_ERROR - 1)]} > 0) {
- print scalar @{@status_items [($RESULT_UNEXPECTED_NO_ERROR - 1)]}, " new missing error report !\n";
+ print scalar @{@status_items [($RESULT_UNEXPECTED_NO_ERROR - 1)]}, " new missing error report(s) !\n";
print, print "\n" foreach @{@status_items [($RESULT_UNEXPECTED_NO_ERROR - 1)]};
}