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 | 95a83a32bdd825f4eabef20011a5b4713d948381 (patch) | |
tree | f0d09f756bfcc65a736a17578373960f9c3941eb /test/union-missingarg.myr | |
parent | 81ab806d7130cd7b9ab13e4f5aeafc7a4fabcdf6 (diff) | |
download | mc-95a83a32bdd825f4eabef20011a5b4713d948381.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/union-missingarg.myr')
-rw-r--r-- | test/union-missingarg.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/union-missingarg.myr b/test/union-missingarg.myr index c19f36e..2dda67c 100644 --- a/test/union-missingarg.myr +++ b/test/union-missingarg.myr @@ -1,3 +1,4 @@ +use std type u = union `Foo int ;; |