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 5bca865 commit 194d5f7Copy full SHA for 194d5f7
ghcide/test/exe/Main.hs
@@ -6714,7 +6714,7 @@ unitTests recorder logger = do
6714
] ++ Ghcide.descriptors (cmapWithPrio LogGhcIde recorder)
6715
6716
testIde recorder (IDE.testing (cmapWithPrio LogIDEMain recorder) logger){IDE.argsHlsPlugins = plugins} $ do
6717
- _ <- createDoc "haskell" "A.hs" "module A where"
+ _ <- createDoc "A.hs" "haskell" "module A where"
6718
waitForProgressDone
6719
actualOrder <- liftIO $ readIORef orderRef
6720
0 commit comments