Skip to content

Commit 653d3f9

Browse files
make SymbolGraph/verbose test less flaky
1 parent f6e0ea2 commit 653d3f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/SymbolGraph/verbose.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
// REQUIRES: rdar76461340
1111

1212
// 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.
1515

1616
// 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.
1919

2020
// 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.
2323

2424
public func someFunc() {}

0 commit comments

Comments
 (0)