aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorQiu Chaofan <qiucofan@cn.ibm.com>2021-10-09 11:26:01 +0800
committerQiu Chaofan <qiucofan@cn.ibm.com>2021-10-09 11:29:44 +0800
commitda0b62dfb3ca597f618b1f88226b440bc7ca3960 (patch)
treefa9ed6ad333dcef2ebd96a138dd3a32d1e77f382 /lldb/test/Shell/ScriptInterpreter/Python
parent8c9f506d8c59b45ae85f7414daabf544a463d045 (diff)
downloadllvm-da0b62dfb3ca597f618b1f88226b440bc7ca3960.zip
llvm-da0b62dfb3ca597f618b1f88226b440bc7ca3960.tar.gz
llvm-da0b62dfb3ca597f618b1f88226b440bc7ca3960.tar.bz2
Revert a LIT typo fix in a RUN line
Commit 573531f changes the behavior of the test, revert it back.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test b/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test
index 4b378cc..aa2cbcaf 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test
@@ -8,9 +8,9 @@
# RUN: -o 'command source %t/foo/magritte.in' \
# RUN: -o 'command source %t/foo/zip.in' \
# RUN: -o 'command source %t/foo/magritte.in' \
-# RUN: -o 'zip' \
+# RUN; -o 'zip' \
# RUN: -o 'hello'
-# RUN: -o 'magritte' 2>&1 | FileCheck %s
+# RUN -o 'magritte' 2>&1 | FileCheck %s
# The first time importing 'magritte' fails because we didn't pass -c.
# CHECK: ModuleNotFoundError: No module named 'magritte'