Skip to content

Commit 147f9e6

Browse files
committed
Generalize test
1 parent bb066b6 commit 147f9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Misc/stats_dir_tracer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t %s -trace-stats-events
33
// RUN: %FileCheck -input-file %t/*.csv %s
44

5-
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","check-conformance","Sema.NumConstraintScopes",[0-9]+,[0-9]+,"Bar: Proto module main",".*stats_dir_tracer.swift.*"}}
5+
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","check-conformance","Frontend.NumInstructionsExecuted",[0-9]+,[0-9]+,"Bar: Proto module main",".*stats_dir_tracer.swift.*"}}
66
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","SuperclassDeclRequest","Sema.SuperclassDeclRequest",[0-9]+,[0-9]+,"Bar","\[.*stats_dir_tracer.swift.*\]"}}
77

88
public func foo() {

0 commit comments

Comments
 (0)