summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test_base.h
diff options
context:
space:
mode:
author Neil Fuller <nfuller@google.com> 2018-12-04 12:39:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-12-04 12:39:16 +0000
commit807e4b30b3384e5b23da0c54710be78f17fc6345 (patch)
treecb000ac70bffe89a907e1b63f0b58db3d8b6c4b7 /compiler/utils/assembler_test_base.h
parent147b5b1ab58abcc25b4c2b489ee9952d0ce70c69 (diff)
parent26c43778589d1c7598cbe6203b6545c9d3ab220a (diff)
Merge "Add support for ANDROID_RUNTIME_ROOT variable"
Diffstat (limited to 'compiler/utils/assembler_test_base.h')
-rw-r--r--compiler/utils/assembler_test_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/utils/assembler_test_base.h b/compiler/utils/assembler_test_base.h
index 778a01566c..5fa0b3cd39 100644
--- a/compiler/utils/assembler_test_base.h
+++ b/compiler/utils/assembler_test_base.h
@@ -59,12 +59,12 @@ class AssemblerTestInfrastructure {
disassembler_cmd_name_(disasm),
disassembler_parameters_(disasm_params) {
// Fake a runtime test for ScratchFile
- CommonRuntimeTest::SetUpAndroidData(android_data_);
+ CommonRuntimeTest::SetUpAndroidDataDir(android_data_);
}
virtual ~AssemblerTestInfrastructure() {
// We leave temporaries in case this failed so we can debug issues.
- CommonRuntimeTest::TearDownAndroidData(android_data_, false);
+ CommonRuntimeTest::TearDownAndroidDataDir(android_data_, false);
tmpnam_ = "";
}