A bit better msg.
authoralpar
Tue, 15 Feb 2005 14:59:16 +0000
changeset 11499058f09cac26
parent 1148 1eea022c7a16
child 1150 c20bcf71efe3
A bit better msg.
src/test/test_tools_fail.cc
     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  }