Skip to content

Commit 6924b55

Browse files
committed
[Stats] Make stats_dir_profiler test a little more forgiving.
1 parent 388e357 commit 6924b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Misc/stats_dir_profiler.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %FileCheck -check-prefix=EVENTS -input-file %t/stats-events/*.dir/Time.User.events %s
77
// RUN: %FileCheck -check-prefix=ENTITIES -input-file %t/stats-entities/*.dir/Time.User.entities %s
88

9-
// EVENTS: {{perform-sema;.*;typecheck-decl [0-9]+}}
10-
// ENTITIES: {{perform-sema;.*;typecheck-fn bar\(\);typecheck-stmt Brace;typecheck-decl <pattern binding> [0-9]+}}
9+
// EVENTS: {{perform-sema;.*;typecheck-decl.* [0-9]+}}
10+
// ENTITIES: {{perform-sema;.*;typecheck-fn bar\(\);typecheck-stmt.* [0-9]+}}
1111

1212
public func foo() {
1313
print("hello")

0 commit comments

Comments
 (0)