diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-08-10 13:26:01 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-08-10 13:26:01 +0000 |
commit | b0c220422eae5944425d5d526e46f39ef1b02b6b (patch) | |
tree | 6168faaea664825a41c259e4a3456036d664e27b /test-suite | |
parent | b8ad07a703040113720bbb11e3e87920aa874baf (diff) |
Typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10069 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rwxr-xr-x | test-suite/check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/check b/test-suite/check index 907b773c4..b8577dee4 100755 --- a/test-suite/check +++ b/test-suite/check @@ -219,7 +219,7 @@ echo "Success tests" test_success success echo "Failure tests" test_failure failure -echo "Bugs test" +echo "Bugs tests" test_bugs bugs echo "Output tests" test_output output |