Skip to content

Commit 8313447

Browse files
committed
[lldb] enable on linux
1 parent 0f5f40b commit 8313447

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/lang/swift/embedded/frame_variable/TestSwiftEmbeddedFrameVariable.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
import lldbsuite.test.lldbutil as lldbutil
55

66
class TestSwiftEmbeddedFrameVariable(TestBase):
7-
@skipUnlessDarwin
87
@swiftTest
98
def test(self):
109
self.build()
1110
self.implementation(True)
1211

13-
@skipUnlessDarwin
1412
@swiftTest
1513
def test_without_ast(self):
1614
"""Run the test turning off instantion of Swift AST contexts in order to ensure that all type information comes from DWARF"""

0 commit comments

Comments
 (0)