forked from OSchip/llvm-project
[LLDB] Fix for windows bots broken by unsupported tests
This commit is contained in:
parent
1765f31f5a
commit
e6581783f7
|
@ -1,3 +1,5 @@
|
||||||
|
; UNSUPPORTED: system-windows
|
||||||
|
;
|
||||||
; This test verifies that we do the right thing with DIFlagExportSymbols which is the new
|
; This test verifies that we do the right thing with DIFlagExportSymbols which is the new
|
||||||
; behavioir and without the DIFlagExportSymbols which is the old behavior for the given
|
; behavioir and without the DIFlagExportSymbols which is the old behavior for the given
|
||||||
; definitions below.
|
; definitions below.
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// UNSUPPORTED: system-windows
|
||||||
|
//
|
||||||
// Test to verify we are corectly generating anonymous flags when parsing
|
// Test to verify we are corectly generating anonymous flags when parsing
|
||||||
// anonymous class and unnamed structs from DWARF to the a clang AST node.
|
// anonymous class and unnamed structs from DWARF to the a clang AST node.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue