From da0b62dfb3ca597f618b1f88226b440bc7ca3960 Mon Sep 17 00:00:00 2001 From: Qiu Chaofan Date: Sat, 9 Oct 2021 11:26:01 +0800 Subject: Revert a LIT typo fix in a RUN line Commit 573531f changes the behavior of the test, revert it back. --- lldb/test/Shell/ScriptInterpreter/Python/command_relative_import.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/test/Shell/ScriptInterpreter/Python') 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' -- cgit v1.1