diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py index 78111051e2d..bb4219dc51e 100644 --- a/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py +++ b/lldb/packages/Python/lldbsuite/test/benchmarks/expression/TestRepeatedExprs.py @@ -6,7 +6,7 @@ import use_lldb_suite import os, sys import lldb -from lldbbench import * +from lldbsuite.test.lldbbench import * class RepeatedExprsCase(BenchBase): |