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 6cdd5be commit c1105f6Copy full SHA for c1105f6
plugins/hls-eval-plugin/test/Main.hs
@@ -261,7 +261,7 @@ diffOffConfig =
261
unObject (Object obj) = obj
262
unObject _ = undefined
263
264
-evalInFile :: FilePath -> T.Text -> T.Text -> IO ()
+evalInFile :: HasCallStack => FilePath -> T.Text -> T.Text -> IO ()
265
evalInFile fp e expected = runSessionWithServer evalPlugin testDataDir $ do
266
doc <- openDoc fp "haskell"
267
origin <- documentContents doc
0 commit comments