Skip to content

Commit fc22b58

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.
1 parent bc4e14b commit fc22b58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/test/Shell/Expr/TestExprLanguageNote.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# REQUIRES: (system-windows && lld) || !system-windows
2-
31
# RUN: split-file %s %t
42
# RUN: %clang_host -g %t/main.cpp -o %t.out
53
#
@@ -29,7 +27,7 @@ run
2927
expr blah
3028

3129
# CHECK-TARGET: (lldb) expr
32-
# CHECK-TARGET: note: Ran expression as 'C++{{.*}}'
30+
# CHECK-TARGET: note: Ran expression as '{{(ISO )?}}C++{{.*}}'
3331

3432
expr -l objc -- blah
3533

0 commit comments

Comments
 (0)