diff options
author | Ori Bernstein <orib@google.com> | 2013-01-16 15:46:24 -0500 |
---|---|---|
committer | Ori Bernstein <orib@google.com> | 2013-01-16 15:46:24 -0500 |
commit | 4d3579d9e03400cc44fca47638454207c86b9fd2 (patch) | |
tree | 70a7e54220da0b9e71e63afc0108a00c0db7b58c /test/union-extraarg.myr | |
parent | 9f7256a2c8174fc94b8ceafa13b0a7960083edc1 (diff) | |
download | mc-4d3579d9e03400cc44fca47638454207c86b9fd2.tar.gz |
Comment the purpose of the tests.
Each test now gets a comment describing what it actually checks,
and what it exits with.
Diffstat (limited to 'test/union-extraarg.myr')
-rw-r--r-- | test/union-extraarg.myr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/union-extraarg.myr b/test/union-extraarg.myr index f245b94..b34dc48 100644 --- a/test/union-extraarg.myr +++ b/test/union-extraarg.myr @@ -1,3 +1,8 @@ +/* +should fail to compile becuse +we're constructing a union that +with too many arguments. +*/ type u = union `Foo ;; |