Skip to content

Commit df41662

Browse files
committed
Update a flaky test
As we continue to requestify more parts of the compiler, the CHECK lines here will continue to change.
1 parent 9054f90 commit df41662

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Misc/stats_dir_tracer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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","typecheck-expr","Frontend.NumInstructionsExecuted",[0-9]+,[0-9]+,"Call","\[.*stats_dir_tracer.swift.*\]"}}
65
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","typecheck-expr","Sema.NumConstraintScopes",[0-9]+,[0-9]+,"Sequence","\[.*stats_dir_tracer.swift.*\]"}}
76
// CHECK-DAG: {{[0-9]+,[0-9]+,"exit","SuperclassDeclRequest","Sema.SuperclassDeclRequest",[0-9]+,[0-9]+,"Bar","\[.*stats_dir_tracer.swift.*\]"}}
87

0 commit comments

Comments
 (0)