Skip to content

Commit 3da3e76

Browse files
committed
hls-splice-plugin: Unify logging infrastructure
1 parent 5719898 commit 3da3e76

File tree

1 file changed

+2
-2
lines changed
  • plugins/hls-splice-plugin/test

1 file changed

+2
-2
lines changed

plugins/hls-splice-plugin/test/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import Test.Hls
2121
main :: IO ()
2222
main = defaultTestRunner tests
2323

24-
splicePlugin :: PluginDescriptor IdeState
25-
splicePlugin = Splice.descriptor "splice"
24+
splicePlugin :: PluginTestDescriptor ()
25+
splicePlugin = mkPluginTestDescriptor' Splice.descriptor "splice"
2626

2727
tests :: TestTree
2828
tests = testGroup "splice"

0 commit comments

Comments
 (0)