We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec7e96 commit 6264f5aCopy full SHA for 6264f5a
plugins/hls-splice-plugin/test/Main.hs
@@ -64,7 +64,6 @@ tests = testGroup "splice"
64
goldenTest :: FilePath -> ExpandStyle -> Int -> Int -> TestTree
65
goldenTest fp tc line col =
66
goldenWithHaskellDoc splicePlugin (fp <> " (golden)") testDataDir fp "expected" "hs" $ \doc -> do
67
- _ <- waitForDiagnostics
68
-- wait for the entire build to finish, so that code actions that
69
-- use stale data will get uptodate stuff
70
void waitForBuildQueue
0 commit comments