Skip to content

Commit

Permalink
try exec-ing the built executable
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoban committed Dec 12, 2015
1 parent bf9cbeb commit 6cbf294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/tests/1337-unicode-everywhere/Main.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import StackTest

main :: IO ()
main = stack ["build"]
main = do stack ["build"]
stack ["exec", "以-exe"]

0 comments on commit 6cbf294

Please sign in to comment.