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 0f4dd67 commit f33f1e0Copy full SHA for f33f1e0
plugins/hls-refactor-plugin/test/Main.hs
@@ -4029,7 +4029,7 @@ testSessionWithExtraFiles :: HasCallStack => FilePath -> TestName -> (FilePath -
4029
testSessionWithExtraFiles prefix name = testCase name . runWithExtraFiles prefix
4030
4031
runWithExtraFiles :: HasCallStack => FilePath -> (FilePath -> Session a) -> IO a
4032
-runWithExtraFiles prefix s =
+runWithExtraFiles prefix s =
4033
runSessionWithTestConfig def
4034
{ testDirLocation = Right $ mkVirtualFileTreeWithPrefix prefix
4035
, testPluginDescriptor = refactorPlugin
0 commit comments