Skip to content

Commit 770b6c7

Browse files
committed
[lldb][test] Add missing import in D lang mangling test
1 parent 6a21730 commit 770b6c7

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
@@ -1,5 +1,6 @@
11
import lldbsuite.test.lldbutil as lldbutil
22
from lldbsuite.test.lldbtest import *
3+
from lldbsuite.test.decorators import skipIfWindows
34

45

56
class TestCase(TestBase):

0 commit comments

Comments
 (0)