remove test to check C code
authorDavid Schleef <ds@schleef.org>
Wed, 8 Jul 2009 03:45:44 +0000 (20:45 -0700)
committerDavid Schleef <ds@schleef.org>
Wed, 8 Jul 2009 03:45:44 +0000 (20:45 -0700)
orc-test/orctest.c

index 981e367..53cfd9b 100644 (file)
@@ -543,11 +543,9 @@ orc_test_compare_output (OrcProgram *program)
   int ret = ORC_TEST_OK;
 
   result = orc_program_compile (program);
-#if 0
   if (!ORC_COMPILE_RESULT_IS_SUCCESSFUL(result)) {
     return ORC_TEST_INDETERMINATE;
   }
-#endif
 
   ex = orc_executor_new (program);
   orc_executor_set_n (ex, n);