diff options
author | Ori Bernstein <orib@google.com> | 2013-02-19 13:01:03 -0500 |
---|---|---|
committer | Ori Bernstein <orib@google.com> | 2013-02-19 13:01:03 -0500 |
commit | ae6e5736ca20bb724632b4491d0cfd72e48c99a5 (patch) | |
tree | f0d09f756bfcc65a736a17578373960f9c3941eb /test/add.myr | |
parent | 231f122bcbc9010decfaae7942916d7ce948767d (diff) | |
download | mc-ae6e5736ca20bb724632b4491d0cfd72e48c99a5.tar.gz |
Use 'myrbuild' to build the tests
This both tests 'myrbuild', and ensures that we handle dependencies
and such correctly.
Diffstat (limited to 'test/add.myr')
-rw-r--r-- | test/add.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/add.myr b/test/add.myr index a1d5d86..5d264c1 100644 --- a/test/add.myr +++ b/test/add.myr @@ -1,3 +1,4 @@ +use std /* should exit with status 53 */ const main = { var a |