[Lldb-commits] [lldb] da0b62d - Revert a LIT typo fix in a RUN line
Qiu Chaofan via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 8 20:29:58 PDT 2021
Author: Qiu Chaofan
Date: 2021-10-09T11:29:44+08:00
New Revision: da0b62dfb3ca597f618b1f88226b440bc7ca3960
URL: https://github.com/llvm/llvm-project/commit/da0b62dfb3ca597f618b1f88226b440bc7ca3960
DIFF: https://github.com/llvm/llvm-project/commit/da0b62dfb3ca597f618b1f88226b440bc7ca3960.diff
LOG: Revert a LIT typo fix in a RUN line
Commit 573531f changes the behavior of the test, revert it back.
Added:
Modified:
lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test b/lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test
index 4b378cc921975..aa2cbcafc9283 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'
More information about the lldb-commits
mailing list