[Lldb-commits] [lldb] 770b6c7 - [lldb][test] Add missing import in D lang mangling test
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 3 02:17:02 PDT 2024
Author: David Spickett
Date: 2024-06-03T09:16:49Z
New Revision: 770b6c792472e1ff87e8598728d37c516861218e
URL: https://github.com/llvm/llvm-project/commit/770b6c792472e1ff87e8598728d37c516861218e
DIFF: https://github.com/llvm/llvm-project/commit/770b6c792472e1ff87e8598728d37c516861218e.diff
LOG: [lldb][test] Add missing import in D lang mangling test
Added:
Modified:
lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
Removed:
################################################################################
diff --git a/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py b/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
index c35d8a9bb9163..b10a3d6da30a1 100644
--- a/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
+++ b/lldb/test/API/lang/c/non-mangled/TestCNonMangled.py
@@ -1,5 +1,6 @@
import lldbsuite.test.lldbutil as lldbutil
from lldbsuite.test.lldbtest import *
+from lldbsuite.test.decorators import skipIfWindows
class TestCase(TestBase):
More information about the lldb-commits
mailing list