aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorQiu Chaofan <qiucofan@cn.ibm.com>2021-10-09 10:01:27 +0800
committerQiu Chaofan <qiucofan@cn.ibm.com>2021-10-09 10:03:50 +0800
commit573531fb1f529b1413b789fa9eee11c7b41ac83d (patch)
treec45f14aea144165a07448faad5550cd4450921ac /lldb/test/Shell/ScriptInterpreter/Python
parent85ad56633593d011ab00f4eb431ffd879677bffc (diff)
downloadllvm-573531fb1f529b1413b789fa9eee11c7b41ac83d.zip
llvm-573531fb1f529b1413b789fa9eee11c7b41ac83d.tar.gz
llvm-573531fb1f529b1413b789fa9eee11c7b41ac83d.tar.bz2
Fix typo of colon to semicolon in lit tests
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 aa2cbcaf..4b378cc 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'