We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5f40b commit 8313447Copy full SHA for 8313447
lldb/test/API/lang/swift/embedded/frame_variable/TestSwiftEmbeddedFrameVariable.py
@@ -4,13 +4,11 @@
4
import lldbsuite.test.lldbutil as lldbutil
5
6
class TestSwiftEmbeddedFrameVariable(TestBase):
7
- @skipUnlessDarwin
8
@swiftTest
9
def test(self):
10
self.build()
11
self.implementation(True)
12
13
14
15
def test_without_ast(self):
16
"""Run the test turning off instantion of Swift AST contexts in order to ensure that all type information comes from DWARF"""
0 commit comments