File tree 1 file changed +8
-8
lines changed
plugins/hls-stan-plugin/test
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module Main
3
3
)
4
4
where
5
5
6
- import Control.Lens ((^.) )
7
- import Control.Monad (void )
8
- import Data.List (find )
9
- import Data.Text (Text )
10
- import qualified Data.Text as T
11
- import qualified Data.Text.IO as T
12
- import qualified Ide.Plugin.Stan as Stan
6
+ import Control.Lens ((^.) )
7
+ import Control.Monad (void )
8
+ import Data.List (find )
9
+ import Data.Text (Text )
10
+ import qualified Data.Text as T
11
+ import qualified Data.Text.IO as T
12
+ import qualified Ide.Plugin.Stan as Stan
13
13
import qualified Language.LSP.Protocol.Lens as L
14
14
import System.FilePath
15
15
import Test.Hls
@@ -43,4 +43,4 @@ stanPlugin = mkPluginTestDescriptor Stan.descriptor "stan"
43
43
44
44
runStanSession :: FilePath -> Session a -> IO a
45
45
runStanSession subdir =
46
- failIfSessionTimeout . runSessionWithServer stanPlugin (testDir </> subdir)
46
+ failIfSessionTimeout . runSessionWithServer def stanPlugin (testDir </> subdir)
You can’t perform that action at this time.
0 commit comments