Start work on moving to new session file format
[lsp-test.git] / example / Recorded.hs
index 470bfdbb7bcba1a8cf1ac8bfba3e2d9937528772..ce61cb1acfad9afd9a1ea8b65e3d00c1c946062e 100644 (file)
@@ -3,6 +3,6 @@ import           System.Directory
 import           System.Environment
 
 main = do
-  [client, server] <- (take 2 <$> getArgs) >>= mapM canonicalizePath
-  passed <- replay client server
+  [session, dir] <- (take 2 <$> getArgs) >>= mapM canonicalizePath
+  passed <- replay session dir
   putStrLn $ if passed then "Passed" else "Failed"