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 147f9e6 commit e60a68eCopy full SHA for e60a68e
test/Misc/stats_dir_tracer.swift
@@ -2,7 +2,7 @@
2
// RUN: %target-swiftc_driver -o %t/main -module-name main -stats-output-dir %t %s -trace-stats-events
3
// RUN: %FileCheck -input-file %t/*.csv %s
4
5
-// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","check-conformance","Frontend.NumInstructionsExecuted",[0-9]+,[0-9]+,"Bar: Proto module main",".*stats_dir_tracer.swift.*"}}
+// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","SelfBoundsFromWhereClauseRequest","Sema.SelfBoundsFromWhereClauseRequest",[0-9]+,[0-9]+,"Proto",".*stats_dir_tracer.swift.*"}}
6
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","SuperclassDeclRequest","Sema.SuperclassDeclRequest",[0-9]+,[0-9]+,"Bar","\[.*stats_dir_tracer.swift.*\]"}}
7
8
public func foo() {
0 commit comments