Skip to content

Commit

Permalink
adopt to golden runner helper breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
kbertalan committed Sep 23, 2023
1 parent 657fa76 commit eeeea79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/runner/CompilerTests.idr
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import Test.Golden.RunnerHelper

main : IO ()
main = do
_ <- MkRunScriptArg <$> idris2Command "idris2-go"
_ <- MkRunScriptArg . const <$> idris2Command "idris2-go"
goldenRunner [ "Compile to Go" `atDir` "go" ]

2 changes: 1 addition & 1 deletion tests/runner/LibTests.idr
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import Test.Golden.RunnerHelper

main : IO ()
main = do
_ <- MkRunScriptArg <$> idris2Command "idris2"
_ <- MkRunScriptArg . const <$> idris2Command "idris2"
goldenRunner [ "Tour of Go" `atDir` "tour" ]

0 comments on commit eeeea79

Please sign in to comment.