Skip to content

Commit f0d9769

Browse files
committed
enable disable part of tests
1 parent 6455007 commit f0d9769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/test/API/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def test_negative(self):
102102
self.runCmd('log enable lldb types -f "%s"' % log)
103103
target, process, thread, bkpt = lldbutil.run_to_source_breakpoint(
104104
self, 'break here', lldb.SBFileSpec('main.swift'))
105-
#lldbutil.check_variable(self,
106-
# target.FindFirstGlobalVariable("point"),
107-
# typename="Point", num_children=2)
105+
lldbutil.check_variable(self,
106+
target.FindFirstGlobalVariable("point"),
107+
typename="CModule.Point", num_children=2)
108108
# This can't be resolved.
109109
self.expect("expr swiftStructCMember", error=True)
110110

0 commit comments

Comments
 (0)