Skip to content

Commit 016d02e

Browse files
committed
[lldb][test] TestExprLanguageNote.test: fix test on Windows
This still fails on Windows because the default language for the C++ frame is not the same as on Unix. Also remove the LLD requirement, since we're not relying on DWARF here. (cherry picked from commit fc22b58)
1 parent ff06184 commit 016d02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Expr/TestExprLanguageNote.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run
2626
expr blah
2727

2828
# CHECK-TARGET: (lldb) expr
29-
# CHECK-TARGET: note: Ran expression as 'C++{{.*}}'
29+
# CHECK-TARGET: note: Ran expression as '{{(ISO )?}}C++{{.*}}'
3030

3131
expr -l objc -- blah
3232

0 commit comments

Comments
 (0)