Skip to content

Commit

Permalink
Fix parameter switch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Jun 21, 2022
1 parent 51eaac6 commit 3b6b472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/test/exe/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6721,7 +6721,7 @@ unitTests recorder logger = do
] ++ Ghcide.descriptors (cmapWithPrio LogGhcIde recorder)

testIde recorder (IDE.testing (cmapWithPrio LogIDEMain recorder) logger){IDE.argsHlsPlugins = plugins} $ do
_ <- createDoc "haskell" "A.hs" "module A where"
_ <- createDoc "A.hs" "haskell" "module A where"
waitForProgressDone
actualOrder <- liftIO $ readIORef orderRef

Expand Down

0 comments on commit 3b6b472

Please sign in to comment.