Commit 778146a
authored
Fix flaky rewrites tests (#18165)
Fixes #18164
As Vulpix runs tests in parallel, sometimes cleanup wasn't finished
before another compilation started leading to throwing exception
https://github.com/lampepfl/dotty/actions/runs/5482337258/jobs/9987578194#step:4:2966
This was probably the cause1 parent da80053 commit 778146a
File tree
2 files changed
+11
-1
lines changed- compiler/test/dotty/tools/dotc
- tests/rewrites
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments