Skip to content

Commit 1d48e55

Browse files
authored
[lldb] Run TestFrameLanguageCommands.py only on Darwin (#141866)
Tests using ObjC do not readily run on Linux.
1 parent 12600eb commit 1d48e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/commands/command/language/TestFrameLanguageCommands.py

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

66

77
class TestCase(TestBase):
8+
@skipUnlessDarwin
89
def test(self):
910
self.build()
1011
_, _, thread, _ = lldbutil.run_to_source_breakpoint(

0 commit comments

Comments
 (0)