diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-01-28 00:26:49 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-01-28 00:26:49 +0200 |
commit | 19e795e0177889fa1a5898ce0469f79a47a3dd73 (patch) | |
tree | 41dde47101deec2a26e4f92698545ef9747b8e75 /tests | |
parent | 81a3585872b1a327b62ba528addbee913d6bbe5a (diff) | |
download | Nim-19e795e0177889fa1a5898ce0469f79a47a3dd73.tar.gz |
the `mainmodule` option has effect only when no explicit module is given
Diffstat (limited to 'tests')
-rw-r--r-- | tests/reject/tenummix.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tenummix.nim b/tests/reject/tenummix.nim index ec99a2b6a..5d141128c 100644 --- a/tests/reject/tenummix.nim +++ b/tests/reject/tenummix.nim @@ -1,6 +1,6 @@ discard """ file: "system.nim" - line: 669 + line: 670 errormsg: "type mismatch" """ |