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/arityhigh.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/arityhigh.myr')
-rw-r--r-- | test/arityhigh.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arityhigh.myr b/test/arityhigh.myr index 17c91a3..457f3a0 100644 --- a/test/arityhigh.myr +++ b/test/arityhigh.myr @@ -1,3 +1,4 @@ +/* should fail because we call f with too many args */ const f = {a:int } |