Skip to content

Commit b355564

Browse files
committed
Mark Swift test as one
1 parent e2c55df commit b355564

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/commands/frame/var/direct-ivar/swift/TestFrameVarDirectIvarSwift.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55

66

77
class TestCase(TestBase):
8+
@swiftTest
89
@skipUnlessDarwin
910
def test_objc_self(self):
1011
self.build()
1112
lldbutil.run_to_source_breakpoint(self, "check self", lldb.SBFileSpec("main.swift"))
1213
self.expect("frame variable _prop", startstr="(Int) _prop = 30")
1314

15+
@swiftTest
1416
@skipUnlessDarwin
1517
def test_objc_self_capture_idiom(self):
1618
self.build()

0 commit comments

Comments
 (0)