diff options
author | Yan Wang <yawanng@google.com> | 2019-10-18 13:46:01 -0700 |
---|---|---|
committer | Yan Wang <yawanng@google.com> | 2019-10-18 13:46:01 -0700 |
commit | 54658c999501106a222c9fbbb0e71fc41f6a2da6 (patch) | |
tree | fe903db71cb7a2dd61b93f036b356beadbd9da8e /startop/scripts/iorap/compiler_test.py | |
parent | d8f8b6658540a870487d5edc913ee9aa3db92b3e (diff) |
startop: Change the ino from decimal to hex in test and an import mistake.
Bug: 142958901
Test: pytest
Change-Id: If9870541561c4099cd255efe0afb66a6e5e02cd0
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 d1f11c5da2a5..b8de70147565 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_host as compiler +import compiler_ri as compiler DIR = os.path.abspath(os.path.dirname(__file__)) TEXTCACHE = os.path.join(DIR, 'test_fixtures/compiler/common_textcache') |