Skip to content

Commit bb652a7

Browse files
committed
Fix another diagnostics/progress race condition in tests
1 parent f3dd179 commit bb652a7

File tree

1 file changed

+0
-1
lines changed
  • plugins/hls-refactor-plugin/test

1 file changed

+0
-1
lines changed

plugins/hls-refactor-plugin/test/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,6 @@ suggestImportDisambiguationTests = testGroup "suggest import disambiguation acti
18431843
auxFiles = ["AVec.hs", "BVec.hs", "CVec.hs", "DVec.hs", "EVec.hs", "FVec.hs"]
18441844
withTarget file locs k = runWithExtraFiles "hiding" $ \dir -> do
18451845
doc <- openDoc file "haskell"
1846-
waitForProgressDone
18471846
void $ expectDiagnostics [(file, [(DsError, loc, "Ambiguous occurrence") | loc <- locs])]
18481847
actions <- getAllCodeActions doc
18491848
k dir doc actions

0 commit comments

Comments
 (0)