We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388e357 commit 6924b55Copy full SHA for 6924b55
test/Misc/stats_dir_profiler.swift
@@ -6,8 +6,8 @@
6
// RUN: %FileCheck -check-prefix=EVENTS -input-file %t/stats-events/*.dir/Time.User.events %s
7
// RUN: %FileCheck -check-prefix=ENTITIES -input-file %t/stats-entities/*.dir/Time.User.entities %s
8
9
-// EVENTS: {{perform-sema;.*;typecheck-decl [0-9]+}}
10
-// ENTITIES: {{perform-sema;.*;typecheck-fn bar\(\);typecheck-stmt Brace;typecheck-decl <pattern binding> [0-9]+}}
+// EVENTS: {{perform-sema;.*;typecheck-decl.* [0-9]+}}
+// ENTITIES: {{perform-sema;.*;typecheck-fn bar\(\);typecheck-stmt.* [0-9]+}}
11
12
public func foo() {
13
print("hello")
0 commit comments