summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-04-02 23:18:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-04-02 23:18:43 +0000
commita7a49dd64b2cce5cd3918a01c9cd372931f90dd8 (patch)
tree6a92d080b3870b1987bc851c726ba149785b05bb /compiler/common_compiler_test.h
parent40462bcc8b8fbe8a4981a0fb209e10898a118e2c (diff)
parent8afeb85d3def12b559b7565fb6d3956f81b55132 (diff)
Merge "Pass instruction-set from runtime through to spawned dex2oat."
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r--compiler/common_compiler_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h
index 6aa85d40de..9a21da070a 100644
--- a/compiler/common_compiler_test.h
+++ b/compiler/common_compiler_test.h
@@ -291,7 +291,7 @@ class CommonCompilerTest : public CommonRuntimeTest {
// Take the default set of instruction features from the build.
InstructionSetFeatures instruction_set_features =
- ParseFeatureList(STRINGIFY(ART_DEFAULT_INSTRUCTION_SET_FEATURES));
+ ParseFeatureList(Runtime::GetDefaultInstructionSetFeatures());
#if defined(__arm__)
instruction_set = kThumb2;