From d694c4954c450ff75e62078bc7d39f159273da2c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 7 Jul 2009 18:21:06 -0700 Subject: [PATCH] test --- orc-test/orctest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orc-test/orctest.c b/orc-test/orctest.c index 53cfd9b..981e367 100644 --- a/orc-test/orctest.c +++ b/orc-test/orctest.c @@ -543,9 +543,11 @@ 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