src/test/test_tools_pass.cc
author jacint
Mon, 20 Sep 2004 08:05:59 +0000
changeset 886 23bcaa25c255
child 906 17f31d280385
permissions -rw-r--r--
(none)
     1 #include "test_tools.h"
     2 
     3 int main() 
     4 {
     5   check(true, "It should pass.");
     6   return 0;
     7 }