Skip to content

Commit e60a68e

Browse files
committed
Generalize test harder
1 parent 147f9e6 commit e60a68e

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","Frontend.NumInstructionsExecuted",[0-9]+,[0-9]+,"Bar: Proto module main",".*stats_dir_tracer.swift.*"}}
5+
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","SelfBoundsFromWhereClauseRequest","Sema.SelfBoundsFromWhereClauseRequest",[0-9]+,[0-9]+,"Proto",".*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)