summaryrefslogtreecommitdiff
path: root/runtime/common_runtime_test.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2022-09-29 12:50:42 +0000
committer VladimĂ­r Marko <vmarko@google.com> 2022-09-29 14:54:35 +0000
commit3a60d011496dd5281410ee416b8b82cb94f4f599 (patch)
treee6214f2a1c7fc0e1cc75b459f8740f602d7e1f67 /runtime/common_runtime_test.h
parent7dec3562e903bf038f22c763fccd4dfa77f0468b (diff)
ART: Enable test StubTest.StringCompareTo.
Test: m test-art-host-gtest Change-Id: Ia2899379027924ef8d1f065cac4e7eb3bf19b205
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 e1360730d6..adfd764c09 100644
--- a/runtime/common_runtime_test.h
+++ b/runtime/common_runtime_test.h
@@ -298,12 +298,6 @@ class CheckJniAbortCatcher {
return; \
}
-#define TEST_DISABLED_FOR_STRING_COMPRESSION() \
- if (mirror::kUseStringCompression) { \
- printf("WARNING: TEST DISABLED FOR STRING COMPRESSION\n"); \
- return; \
- }
-
#define TEST_DISABLED_WITHOUT_BAKER_READ_BARRIERS() \
if (!gUseReadBarrier || !kUseBakerReadBarrier) { \
printf("WARNING: TEST DISABLED FOR GC WITHOUT BAKER READ BARRIER\n"); \