We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f451039 commit 7157428Copy full SHA for 7157428
lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
@@ -1,10 +1,8 @@
1
import lldbsuite.test.lldbutil as lldbutil
2
from lldbsuite.test.lldbtest import *
3
-from lldbsuite.test.decorators import skipIfWindows
4
5
6
class TestCase(TestBase):
7
- @skipIfWindows
8
def test_functions_having_dlang_mangling_prefix(self):
9
"""
10
Ensure C functions with a '_D' prefix alone are not mistakenly treated
0 commit comments