src/test/test_tools_fail.cc
author alpar
Thu, 09 Sep 2004 09:27:01 +0000
changeset 828 632bb520e64b
child 906 17f31d280385
permissions -rw-r--r--
- hugo/skeletons/path.h added.
- Obsolete XYZ_map_factory.h's removed.
     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 }