From 24941e5ab9c949d99e5ce04fea5b0a23eb5efc61 Mon Sep 17 00:00:00 2001 From: kobalicek Date: Mon, 9 Feb 2015 00:09:22 +0100 Subject: [PATCH] Fixed return code in asmjit_test_x86. --- src/app/test/asmjit_test_x86.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/test/asmjit_test_x86.cpp b/src/app/test/asmjit_test_x86.cpp index a75ad1a..8bc493f 100644 --- a/src/app/test/asmjit_test_x86.cpp +++ b/src/app/test/asmjit_test_x86.cpp @@ -2643,10 +2643,11 @@ int X86TestSuite::run() { fprintf(file, "Result : %s\n", result.getData()); fprintf(file, "Expected: %s\n", expect.getData()); fprintf(file, "===============================================================================\n"); + + returnCode = 1; } runtime.release(func); - returnCode = 1; } else { if (!alwaysPrintLog) {