Skip to content

Commit 83bf666

Browse files
committed
moved all eval test code to hls-eval-plugin
1 parent 2f2ee08 commit 83bf666

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+2
-2
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ test-suite func-test
385385
, tasty-golden
386386
, tasty-rerun
387387

388-
hs-source-dirs: test/functional plugins/tactics/src
388+
hs-source-dirs: test/functional plugins/tactics/src plugins/hls-eval-plugin/test
389389

390390
main-is: Main.hs
391391
other-modules:

test/functional/Eval.hs renamed to plugins/hls-eval-plugin/test/Eval.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ replaceUnicodeQuotes :: T.Text -> T.Text
208208
replaceUnicodeQuotes = T.replace "" "'" . T.replace "" "'"
209209

210210
evalPath :: FilePath
211-
evalPath = "test/testdata/eval"
211+
evalPath = "plugins/hls-eval-plugin/test/testdata"

0 commit comments

Comments
 (0)