summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-05-07 03:50:01 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-05-07 03:50:01 +0000
commita6591ef95afa6bc9d89c0c6044635ec7a13d4c55 (patch)
tree9c1123fb69fe2828f2850c6502ef513ef1d27bca /runtime/common_runtime_test.h
parent225f679f1d276e16e95960fcbe9743f95012adfa (diff)
parentd90957fbe6f41c66d5494ae5db1f60d2434d4c84 (diff)
Merge "ART: Fix mips64 jni bugs."
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r--runtime/common_runtime_test.h2
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; \
}