Skip to content

Commit 09c0607

Browse files
committed
[lldb][test] Skip D lang mangling test on Windows
While the fix is reviewed.
1 parent 763b96c commit 09c0607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/c/non-mangled/TestCNonMangled.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55
class TestCase(TestBase):
6+
@skipIfWindows
67
def test_functions_having_dlang_mangling_prefix(self):
78
"""
89
Ensure C functions with a '_D' prefix alone are not mistakenly treated

0 commit comments

Comments
 (0)