src/test/test_tools_fail.cc
author alpar
Wed, 01 Sep 2004 15:37:36 +0000
changeset 781 d4d182ab75bd
child 906 17f31d280385
permissions -rw-r--r--
Changes in the doc.
     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 }