Skip to content

Commit a732608

Browse files
[lldb] fix failing diagnostics test when Unicode is supported (llvm#172038)
This patch fixes a test failure introduced by llvm#171832 due to a check which was not properly updated. (cherry picked from commit 8515dda)
1 parent 0cbea7c commit a732608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Commands/command-expr-diagnostics.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# RUN: "expression -- FOO(\"\")" 2>&1 | FileCheck %s --check-prefix=CHECK4
2525
# (lldb) expression -- FOO("")
2626
# CHECK4:{{^ (\^|˄)}}
27-
# CHECK4: {{^ note: in instantiation of function template}}
27+
# CHECK4: {{^ (╰─ )?note: in instantiation of function template}}
2828
# CHECK4: error: <user expression
2929

3030
# RUN: echo expression --\na\n+\nb

0 commit comments

Comments
 (0)