From 54658c999501106a222c9fbbb0e71fc41f6a2da6 Mon Sep 17 00:00:00 2001 From: Yan Wang Date: Fri, 18 Oct 2019 13:46:01 -0700 Subject: startop: Change the ino from decimal to hex in test and an import mistake. Bug: 142958901 Test: pytest Change-Id: If9870541561c4099cd255efe0afb66a6e5e02cd0 --- startop/scripts/iorap/compiler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startop/scripts/iorap/compiler_test.py') 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') -- cgit v1.2.3