Skip to content

Commit acd4381

Browse files
author
git apple-llvm automerger
committed
Merge commit '7a66b28fcafd' from llvm.org/main into next
2 parents 51bb55f + 7a66b28 commit acd4381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/lang/cpp/decl-from-submodule/TestDeclFromSubmodule.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010

1111
class DeclFromSubmoduleTestCase(TestBase):
12+
# Requires DWARF debug info which is not retained when linking with link.exe.
13+
@skipIfWindows
1214
def test_expr(self):
1315
self.build()
1416
lldbutil.run_to_source_breakpoint(self, "return 0", lldb.SBFileSpec("main.cpp"))

0 commit comments

Comments
 (0)