src/test/test_tools_fail.cc
author hegyi
Sun, 12 Sep 2004 21:46:26 +0000
changeset 831 b6ae3446098a
child 906 17f31d280385
permissions -rw-r--r--
The first version of new path test program. The old became old_path_test.
alpar@727
     1
#include "test_tools.h"
alpar@727
     2
alpar@727
     3
int main() 
alpar@727
     4
{
alpar@727
     5
  check(false, "Don't panic. Failing is the right behaviour.");
alpar@727
     6
  return 0;
alpar@727
     7
}