Skip to content

Commit 70668d5

Browse files
committed
Test is Darwin-only for now
1 parent aad1da8 commit 70668d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/functionalities/data-formatter/embedded-summary/TestEmbeddedSummary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import lldb
2+
from lldbsuite.test.decorators import *
23
from lldbsuite.test.lldbtest import *
34
from lldbsuite.test import lldbutil
45

56

67
class TestCase(TestBase):
8+
@skipUnlessDarwin
79
def test(self):
810
self.build()
911
lldbutil.run_to_source_breakpoint(self, "break here", lldb.SBFileSpec("main.c"))

0 commit comments

Comments
 (0)