Skip to content

Commit 68e5a13

Browse files
committed
clean up
1 parent fbcdcff commit 68e5a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-core-plugin/test/exe/ReferenceTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ getReferences' (file, l, c) includeDeclaration = do
155155
where toBool YesIncludeDeclaration = True
156156
toBool NoExcludeDeclaration = False
157157

158-
referenceTestSession :: HasCallStack => String -> FilePath -> [FilePath] -> Session () -> TestTree
158+
referenceTestSession :: String -> FilePath -> [FilePath] -> Session () -> TestTree
159159
referenceTestSession name thisDoc docs' f = do
160160
testSessionWithCorePlugin name (mkFs [copyDir "references"]) $ \fs -> do
161161
-- needed to build whole project indexing

0 commit comments

Comments
 (0)