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 7
7
// RUN: %target-build-swift %s -module-name verbose -emit-module -emit-module-path %t/verbose.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir %t | %FileCheck %s -check-prefix=DRIVER --allow-empty
8
8
9
9
// QUIET-NOT: Emitting symbol graph for module file
10
- // QUIET-NOT: 2 top-level declarations in this module.
11
- // QUIET-NOT: Found 1 symbols and 0 relationships.
10
+ // QUIET-NOT: {{[[:digit:]]}} top-level declarations in this module.
11
+ // QUIET-NOT: Found {{[[:digit:]]}} symbols and {{[[:digit:]]}} relationships.
12
12
13
13
// VERBOSE: Emitting symbol graph for module file
14
- // VERBOSE: 2 top-level declarations in this module.
15
- // VERBOSE: Found 1 symbols and 0 relationships.
14
+ // VERBOSE: {{[[:digit:]]}} top-level declarations in this module.
15
+ // VERBOSE: Found {{[[:digit:]]}} symbols and {{[[:digit:]]}} relationships.
16
16
17
17
// DRIVER-NOT: Emitting symbol graph for module file
18
- // DRIVER-NOT: 2 top-level declarations in this module.
19
- // DRIVER-NOT: Found 1 symbols and 0 relationships.
18
+ // DRIVER-NOT: {{[[:digit:]]}} top-level declarations in this module.
19
+ // DRIVER-NOT: Found {{[[:digit:]]}} symbols and {{[[:digit:]]}} relationships.
20
20
21
21
public func someFunc( ) { }
You can’t perform that action at this time.
0 commit comments