src/test/test_tools_pass.cc
author marci
Mon, 20 Sep 2004 17:53:33 +0000
changeset 890 3a48bc350e0f
child 906 17f31d280385
permissions -rw-r--r--
Specialized ConstMap for defining constant maps at compile time, by klao.
Time comparision of the generic and specialized maps.
     1 #include "test_tools.h"
     2 
     3 int main() 
     4 {
     5   check(true, "It should pass.");
     6   return 0;
     7 }