summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r--runtime/common_runtime_test.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h
index 7fc70e294fd..83a1f9a58af 100644
--- a/runtime/common_runtime_test.h
+++ b/runtime/common_runtime_test.h
@@ -332,12 +332,6 @@ class CheckJniAbortCatcher {
return; \
}
-#define TEST_DISABLED_FOR_COMPACT_DEX() \
- if (kDefaultCompactDexLevel != CompactDexLevel::kCompactDexLevelNone) { \
- printf("WARNING: TEST DISABLED FOR COMPACT DEX\n"); \
- return; \
- }
-
#define TEST_DISABLED_FOR_HEAP_POISONING() \
if (kPoisonHeapReferences) { \
printf("WARNING: TEST DISABLED FOR HEAP POISONING\n"); \