Skip to content

Commit a3030d3

Browse files
committed
[embedded] Adjust IDE/complete_embedded.swift test for addition of Dictionary to the embedded stdlib
1 parent e1be24f commit a3030d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IDE/complete_embedded.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ func test() {
1111
// GLOBAL: Literal[Nil]/None: nil;
1212
// GLOBAL: Literal[String]/None: "{#(abc)#}"[#String#];
1313
// GLOBAL: Literal[Array]/None: [{#(values)#}][#Array#];
14-
// GLOBAL: Literal[Dictionary]/None: [{#(key)#}: {#(value)#}];
14+
// GLOBAL: Literal[Dictionary]/None: [{#(key)#}: {#(value)#}][#Dictionary#];
1515
}

0 commit comments

Comments
 (0)