diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-09-10 21:58:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-09-10 21:58:08 +0000 |
commit | 121e9ab77257d8fd54a1ff0d54a89d4a444c461c (patch) | |
tree | 642698a8d353dac29760a7c20d1a675be7ab9bd3 /startop/scripts/iorap/compiler_test.py | |
parent | 7f7bf753976ba95006fd6ed47f6fe3b03be0107c (diff) | |
parent | 75015c32eb2f3cc890c6aabd49d0508a471166cd (diff) |
Merge "startop: add compiler type support to host and device switch."
Diffstat (limited to 'startop/scripts/iorap/compiler_test.py')
-rw-r--r-- | startop/scripts/iorap/compiler_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startop/scripts/iorap/compiler_test.py b/startop/scripts/iorap/compiler_test.py index 1a9f059fc6b6..d1f11c5da2a5 100644 --- a/startop/scripts/iorap/compiler_test.py +++ b/startop/scripts/iorap/compiler_test.py @@ -30,7 +30,7 @@ See also https://docs.pytest.org/en/latest/usage.html """ import os -import compiler +import compiler_host as compiler DIR = os.path.abspath(os.path.dirname(__file__)) TEXTCACHE = os.path.join(DIR, 'test_fixtures/compiler/common_textcache') |