Skip to content

Commit 7157428

Browse files
committed
Remove Windows skip
1 parent f451039 commit 7157428

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import lldbsuite.test.lldbutil as lldbutil
22
from lldbsuite.test.lldbtest import *
3-
from lldbsuite.test.decorators import skipIfWindows
43

54

65
class TestCase(TestBase):
7-
@skipIfWindows
86
def test_functions_having_dlang_mangling_prefix(self):
97
"""
108
Ensure C functions with a '_D' prefix alone are not mistakenly treated

0 commit comments

Comments
 (0)