File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/SourceKit/CodeComplete Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ func test() {
18
18
// CHECK-NEXT: key.context: source.codecompletion.context.othermodule,
19
19
// CHECK-NEXT: key.moduleimportdepth: 1,
20
20
// CHECK-NEXT: key.num_bytes_to_erase: 0,
21
- // CHECK: key.associated_usrs: "s:s3absxxs13SignedNumericRz9Magnitudes0C0PQzRszlF",
22
- // CHECK-NEXT: key.modulename: "Swift"
21
+ // CHECK-NOT : key.modulename
22
+ // CHECK: key.modulename: "Swift"
23
23
// CHECK-NEXT: },
24
24
25
25
// CHECK-LABEL: key.name: "abs(:)",
@@ -30,8 +30,8 @@ func test() {
30
30
// CHECK-NEXT: key.context: source.codecompletion.context.othermodule,
31
31
// CHECK-NEXT: key.moduleimportdepth: 1,
32
32
// CHECK-NEXT: key.num_bytes_to_erase: 0,
33
- // CHECK: key.associated_usrs: "s:s3absxxs10ComparableRzs13SignedNumericRzlF",
34
- // CHECK-NEXT: key.modulename: "Swift"
33
+ // CHECK-NOT : key.modulename
34
+ // CHECK: key.modulename: "Swift"
35
35
// CHECK-NEXT: },
36
36
37
37
// CHECK-LABEL: key.name: "abs(:)",
You can’t perform that action at this time.
0 commit comments