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 | ee1ff4a67de96a70863048b6731538ec6caf2893 (patch) | |
tree | 70a7e54220da0b9e71e63afc0108a00c0db7b58c /test/generictype.myr | |
parent | 8ccabec2426cf747482bbc8fcf5f5a62a0cd26ec (diff) | |
download | mc-ee1ff4a67de96a70863048b6731538ec6caf2893.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/generictype.myr')
-rw-r--r-- | test/generictype.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/generictype.myr b/test/generictype.myr index 4d33c33..e203eaf 100644 --- a/test/generictype.myr +++ b/test/generictype.myr @@ -1,3 +1,4 @@ +/* checks that parameterized types work. exits with 0. */ type option(@a) = union `Some @a `None |