Skip to content

Commit 6264f5a

Browse files
committed
Fix splice plugin tests
1 parent fec7e96 commit 6264f5a

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ tests = testGroup "splice"
6464
goldenTest :: FilePath -> ExpandStyle -> Int -> Int -> TestTree
6565
goldenTest fp tc line col =
6666
goldenWithHaskellDoc splicePlugin (fp <> " (golden)") testDataDir fp "expected" "hs" $ \doc -> do
67-
_ <- waitForDiagnostics
6867
-- wait for the entire build to finish, so that code actions that
6968
-- use stale data will get uptodate stuff
7069
void waitForBuildQueue

0 commit comments

Comments
 (0)