src/test/test_tools_fail.cc
author klao
Wed, 15 Sep 2004 14:38:13 +0000
changeset 859 2570784896d8
child 906 17f31d280385
permissions -rw-r--r--
Forgotten std::
Apropos, why does it compile without it?
     1 #include "test_tools.h"
     2 
     3 int main() 
     4 {
     5   check(false, "Don't panic. Failing is the right behaviour.");
     6   return 0;
     7 }