You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/packages/Python/lldbsuite/test/lang/swift/clangimporter/dynamic_type_resolution_import_conflict/TestSwiftDynamicTypeResolutionImportConflict.py
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,11 @@ def test(self):
60
60
self.expect("bt", substrs=['Dylib.swift'])
61
61
self.expect("fr v -d no-dynamic-values -- input",
62
62
substrs=['(Dylib.LibraryProtocol) input'])
63
+
64
+
# Because we are now in a per-module scratch context, we don't
65
+
# expect dynamic type resolution to find a type defined inside
0 commit comments