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/add.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/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 72424e3..a1d5d86 100644 --- a/test/add.myr +++ b/test/add.myr @@ -1,3 +1,4 @@ +/* should exit with status 53 */ const main = { var a var b |