Skip to content

Commit ca4c8e5

Browse files
[lldb] Adjust test for swifinterface printing change.
Matching swiftlang/swift#37879. (cherry picked from commit ce6ad64)
1 parent 03daa39 commit ca4c8e5

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)