Skip to content

Commit bb9dc20

Browse files
committed
[ide] Add _builtin to things we shouldn't see in the stdlib interface
To make sure we're covering the init(_builtin*) initializers for the compiler protocols.
1 parent 4711e3d commit bb9dc20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IDE/print_stdlib.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
// DONT_CHECK-NOT: {{([^I]|$)([^n]|$)([^d]|$)([^e]|$)([^x]|$)([^a]|$)([^b]|$)([^l]|$)([^e]|$)}}
3636
// CHECK-NOT: buffer: _ArrayBuffer
3737
// CHECK-NOT: func ~>
38+
// CHECK-NOT: _builtin
3839
// CHECK-NOT: Builtin.
3940
// CHECK-NOT: RawPointer
4041
// CHECK-NOT: extension [

0 commit comments

Comments
 (0)