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.
2 parents e2a5259 + ca4c8e5 commit d4554e1Copy full SHA for d4554e1
lldb/test/API/lang/swift/printdecl/TestSwiftTypeLookup.py
@@ -43,7 +43,7 @@ def test_swift_type_lookup(self):
43
"type lookup String",
44
substrs=[
45
'struct String {',
46
- 'extension String : '])
+ 'extension Swift.String : '])
47
self.expect(
48
"type lookup Cla1",
49
@@ -88,7 +88,7 @@ def test_swift_type_lookup(self):
88
'type lookup _TtSi',
89
90
'struct Int',
91
- 'extension Int'])
+ 'extension Swift.Int'])
92
93
# check that we can look for generic things
94
self.expect('type lookup Generic', substrs=['class Generic', 'foo'])
0 commit comments