src/test/test_tools_fail.cc
changeset 1149 9058f09cac26
parent 921 818510fa3d99
child 1164 80bb73097736
     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  }