Skip to content

Commit 34d8995

Browse files
make SymbolGraph/verbose test less flaky
1 parent 3761d4c commit 34d8995

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
@@ -7,15 +7,15 @@
77
// 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
88

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

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

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

2121
public func someFunc() {}

0 commit comments

Comments
 (0)