summaryrefslogtreecommitdiffstats
path: root/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py')
-rw-r--r--lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py
index ca205611fd2..c1e4e9e5945 100644
--- a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py
+++ b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py
@@ -2,10 +2,6 @@
Test lldb-mi -break-xxx commands.
"""
-# adjust path for lldbmi_testcase.py
-import sys, os.path
-sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
-
import lldbmi_testcase
from lldbtest import *
import unittest2
OpenPOWER on IntegriCloud