author | alpar |
Tue, 15 Feb 2005 14:59:16 +0000 | |
changeset 1149 | 9058f09cac26 |
parent 1148 | 1eea022c7a16 |
child 1150 | c20bcf71efe3 |
1.1 --- a/src/test/test_tools_fail.cc Tue Feb 15 14:58:32 2005 +0000 1.2 +++ b/src/test/test_tools_fail.cc Tue Feb 15 14:59:16 2005 +0000 1.3 @@ -18,6 +18,6 @@ 1.4 1.5 int main() 1.6 { 1.7 - check(false, "Don't panic. Failing is the right behaviour."); 1.8 + check(false, "Don't panic. Failing is the right behaviour here."); 1.9 return 0; 1.10 }