diff options
| author | 2015-05-07 03:50:01 +0000 | |
|---|---|---|
| committer | 2015-05-07 03:50:01 +0000 | |
| commit | a6591ef95afa6bc9d89c0c6044635ec7a13d4c55 (patch) | |
| tree | 9c1123fb69fe2828f2850c6502ef513ef1d27bca /runtime/common_runtime_test.h | |
| parent | 225f679f1d276e16e95960fcbe9743f95012adfa (diff) | |
| parent | d90957fbe6f41c66d5494ae5db1f60d2434d4c84 (diff) | |
Merge "ART: Fix mips64 jni bugs."
Diffstat (limited to 'runtime/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 991737893a..34fdd8d76a 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -182,7 +182,7 @@ class CheckJniAbortCatcher { } #define TEST_DISABLED_FOR_MIPS() \ - if (kRuntimeISA == kMips || kRuntimeISA == kMips64) { \ + if (kRuntimeISA == kMips) { \ printf("WARNING: TEST DISABLED FOR MIPS\n"); \ return; \ } |