diff options
| author | 2018-10-24 13:10:35 -0700 | |
|---|---|---|
| committer | 2018-10-24 17:57:01 -0700 | |
| commit | 55c880ed2f27f85d4d8761c22a5d0668d886a0f9 (patch) | |
| tree | 2a85f0a4dca3688c3991801d5ace7b09d4652c01 /runtime/common_runtime_test.h | |
| parent | fbeef469d2a147c055556121be51b8a41858a368 (diff) | |
Revert "Disable kAppImageMayContainStrings"
This reverts commit 966b9333703ecae8cc573a96a5f60a0ea7f507e1.
Bug: 117846779
Bug: 117426394
Test: m test-art-host-gtest
Test: art/test/testrunner/testrunner.py -b --host
Change-Id: I9aa705eaff2100fc2fb60db4ddd6269bd5ca182c
Diffstat (limited to 'runtime/common_runtime_test.h')
| -rw-r--r-- | runtime/common_runtime_test.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index 774f19e7cd..c48ab3629c 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -191,12 +191,6 @@ class CheckJniAbortCatcher { DISALLOW_COPY_AND_ASSIGN(CheckJniAbortCatcher); }; -#define TEST_DISABLED() \ - if ((true)) { \ - printf("WARNING: TEST DISABLED\n"); \ - return; \ - } - #define TEST_DISABLED_FOR_ARM() \ if (kRuntimeISA == InstructionSet::kArm || kRuntimeISA == InstructionSet::kThumb2) { \ printf("WARNING: TEST DISABLED FOR ARM\n"); \ |