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

diff --git a/test/jit/invoke-bc-test.c b/test/jit/invoke-bc-test.c
index 01a7ff7..6d8c7d4 100644
--- a/test/jit/invoke-bc-test.c
+++ b/test/jit/invoke-bc-test.c
@@ -320,7 +320,7 @@ void test_invokespecial_should_parse_passed_arguments(void)
 
 void test_invokespecial_should_parse_return_type(void)
 {
-       assert_invoke_return_type(OPC_INVOKESPECIAL, J_BYTE, "()B");
+       assert_invoke_return_type(OPC_INVOKESPECIAL, J_INT, "()B");
        assert_invoke_return_type(OPC_INVOKESPECIAL, J_INT, "()I");
 }
 
@@ -352,7 +352,7 @@ void test_invokevirtual_should_parse_passed_arguments(void)
 
 void test_invokevirtual_should_parse_return_type(void)
 {
-       assert_invoke_return_type(OPC_INVOKEVIRTUAL, J_BYTE, "()B");
+       assert_invoke_return_type(OPC_INVOKEVIRTUAL, J_INT, "()B");
        assert_invoke_return_type(OPC_INVOKEVIRTUAL, J_INT, "()I");
 }
 
@@ -367,7 +367,7 @@ void 
test_convert_invokevirtual_when_return_value_is_discarded(void)
 
 void test_convert_invokestatic(void)
 {
-       assert_converts_to_invoke_expr(J_BYTE, OPC_INVOKESTATIC, "()B", 0);
+       assert_converts_to_invoke_expr(J_INT, OPC_INVOKESTATIC, "()B", 0);
        assert_converts_to_invoke_expr(J_INT, OPC_INVOKESTATIC, "()I", 0);
        assert_converts_to_invoke_expr(J_INT, OPC_INVOKESTATIC, "(I)I", 1);
        assert_converts_to_invoke_expr(J_INT, OPC_INVOKESTATIC, "(II)I", 2);
-- 
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