From 74730836c7845f53041a88546c6ba87ac59054fa Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 7 Jul 2009 20:45:44 -0700 Subject: [PATCH] remove test to check C code --- orc-test/orctest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/orc-test/orctest.c b/orc-test/orctest.c index 981e367..53cfd9b 100644 --- a/orc-test/orctest.c +++ b/orc-test/orctest.c @@ -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); -- 2.7.4