diff options
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r-- | runtime/common_runtime_test.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 750051576d..2dc8744834 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -260,18 +260,6 @@ class CheckJniAbortCatcher { return; \ } -#define TEST_DISABLED_FOR_MIPS() \ - if (kRuntimeISA == InstructionSet::kMips) { \ - printf("WARNING: TEST DISABLED FOR MIPS\n"); \ - return; \ - } - -#define TEST_DISABLED_FOR_MIPS64() \ - if (kRuntimeISA == InstructionSet::kMips64) { \ - printf("WARNING: TEST DISABLED FOR MIPS64\n"); \ - return; \ - } - #define TEST_DISABLED_FOR_X86() \ if (kRuntimeISA == InstructionSet::kX86) { \ printf("WARNING: TEST DISABLED FOR X86\n"); \ |