ark-lang / ark

A compiled systems programming language written in Go using the LLVM framework
https://ark-lang.github.io/
MIT License
677 stars 47 forks source link

Argument test doesn't actually work #687

Closed felixangell closed 8 years ago

felixangell commented 8 years ago

It prints out random shit if you actually pass in some arguments and run it, the test doesn't actually pass in any arguments and check for an expected output either.