sneaked in by accident.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 test/jit/arithmetic-bc-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/jit/arithmetic-bc-test.c b/test/jit/arithmetic-bc-test.c
index 29814b4..6767056 100644
--- a/test/jit/arithmetic-bc-test.c
+++ b/test/jit/arithmetic-bc-test.c
@@ -53,7 +53,7 @@ static void assert_convert_binop(enum vm_type vm_type,
        convert_to_ir(bb->b_parent);
        expr = stack_pop(bb->mimic_stack);
 
-       //      assert_binop_expr(vm_type, binary_operator, left, right, 
&expr->node);
+       assert_binop_expr(vm_type, binary_operator, left, right, &expr->node);
        assert_true(stack_is_empty(bb->mimic_stack));
 
        expr_put(expr);
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to