diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py b/lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py index b768c3a7afc..dea52ca8789 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/order/TestOrderFile.py @@ -9,7 +9,7 @@ import use_lldb_suite import os, time import re import lldb -from lldbtest import * +from lldbsuite.test.lldbtest import * class OrderFileTestCase(TestBase): |