Skip to content

Commit d4554e1

Browse files
Merge pull request #3045 from varungandhi-apple/vg-5.5-lldb-test-swiftinterface
[5.5] [lldb] Adjust test for swifinterface printing change.
2 parents e2a5259 + ca4c8e5 commit d4554e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/lang/swift/printdecl/TestSwiftTypeLookup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_swift_type_lookup(self):
4343
"type lookup String",
4444
substrs=[
4545
'struct String {',
46-
'extension String : '])
46+
'extension Swift.String : '])
4747
self.expect(
4848
"type lookup Cla1",
4949
substrs=[
@@ -88,7 +88,7 @@ def test_swift_type_lookup(self):
8888
'type lookup _TtSi',
8989
substrs=[
9090
'struct Int',
91-
'extension Int'])
91+
'extension Swift.Int'])
9292

9393
# check that we can look for generic things
9494
self.expect('type lookup Generic', substrs=['class Generic', 'foo'])

0 commit comments

Comments
 (0)