Skip to content

Commit 40aadad

Browse files
committed
Apply skipUnlessDarwin decorator
1 parent 1890aaa commit 40aadad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/dwim-print/objc/TestDWIMPrintObjC.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
class TestCase(TestBase):
12+
@skipUnlessDarwin
1213
def test(self):
1314
self.build()
1415
lldbutil.run_to_source_breakpoint(self, "break here", lldb.SBFileSpec("main.m"))

0 commit comments

Comments
 (0)