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 2112283 commit ffc1c31Copy full SHA for ffc1c31
lldb/test/API/lang/swift/clangimporter/Werror/TestSwiftStripWerror.py
@@ -3,10 +3,10 @@
3
from lldbsuite.test.decorators import *
4
import lldbsuite.test.lldbutil as lldbutil
5
6
-class TestSwiftW(TestBase):
+class TestSwiftWerror(TestBase):
7
8
mydir = TestBase.compute_mydir(__file__)
9
- NO_DEBUG_INFO_TEST = True
+ NO_DEBUG_INFO_TESTCASE = True
10
11
def setUp(self):
12
TestBase.setUp(self)
0 commit comments