Commit e303360
committed
Fix issue where test nondeterministically failed if SwiftPM doesn't return build settings quickly
We might not have build settings at the time when we get the first diagnostics notification here and thus might get syntactic fallback diagnostics that don't contain 'Cannot find ... in scope'1 parent 8ba80a0 commit e303360
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
0 commit comments