Skip to content

Commit 6cbf294

Browse files
committed
try exec-ing the built executable
1 parent bf9cbeb commit 6cbf294

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • test/integration/tests/1337-unicode-everywhere
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import StackTest
22

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

0 commit comments

Comments
 (0)