Skip to content

Commit ffc1c31

Browse files
committed
Fix typos
1 parent 2112283 commit ffc1c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/lang/swift/clangimporter/Werror/TestSwiftStripWerror.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
from lldbsuite.test.decorators import *
44
import lldbsuite.test.lldbutil as lldbutil
55

6-
class TestSwiftW(TestBase):
6+
class TestSwiftWerror(TestBase):
77

88
mydir = TestBase.compute_mydir(__file__)
9-
NO_DEBUG_INFO_TEST = True
9+
NO_DEBUG_INFO_TESTCASE = True
1010

1111
def setUp(self):
1212
TestBase.setUp(self)

0 commit comments

Comments
 (0)