File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
// REQUIRES: rdar76461340
11
11
12
12
// QUIET-NOT: Emitting symbol graph for module file
13
- // QUIET-NOT: 2 top-level declarations in this module.
14
- // QUIET-NOT: Found 1 symbols and 0 relationships.
13
+ // QUIET-NOT: {{[[:digit:]]}} top-level declarations in this module.
14
+ // QUIET-NOT: Found {{[[:digit:]]}} symbols and {{[[:digit:]]}} relationships.
15
15
16
16
// VERBOSE: Emitting symbol graph for module file
17
- // VERBOSE: 2 top-level declarations in this module.
18
- // VERBOSE: Found 1 symbols and 0 relationships.
17
+ // VERBOSE: {{[[:digit:]]}} top-level declarations in this module.
18
+ // VERBOSE: Found {{[[:digit:]]}} symbols and {{[[:digit:]]}} relationships.
19
19
20
20
// DRIVER-NOT: Emitting symbol graph for module file
21
- // DRIVER-NOT: 2 top-level declarations in this module.
22
- // DRIVER-NOT: Found 1 symbols and 0 relationships.
21
+ // DRIVER-NOT: {{[[:digit:]]}} top-level declarations in this module.
22
+ // DRIVER-NOT: Found {{[[:digit:]]}} symbols and {{[[:digit:]]}} relationships.
23
23
24
24
public func someFunc( ) { }
You can’t perform that action at this time.
0 commit comments