Fixed return code in asmjit_test_x86.

This commit is contained in:
kobalicek
2015-02-09 00:09:22 +01:00
parent de444b874a
commit 24941e5ab9

View File

@@ -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) {