Skip to content

Commit 8064562

Browse files
committed
Relax test
1 parent 7bdc9e6 commit 8064562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/lang/objc/modules-compile-error/TestModulesCompileError.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def test(self):
2121
"expr @import LLDBTestModule",
2222
error=True,
2323
substrs=[
24-
"module.h:4:1: error: use of undeclared identifier 'syntax_error_for_lldb_to_find'",
24+
"module.h:4:1: error:", "syntax_error_for_lldb_to_find",
2525
"syntax_error_for_lldb_to_find // comment that tests source printing",
26-
"could not build module 'LLDBTestModule'",
26+
"module", "LLDBTestModule",
2727
],
2828
)

0 commit comments

Comments
 (0)