diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-10-02 16:45:34 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-10-03 01:59:49 +0300 |
commit | 9c8bc3a244b4bbcdc56fdd255bb4e1a7ed30f781 (patch) | |
tree | c5d561cdd51566a5f46c2c2558b36ffdd24f42b5 /tests/reject/tenummix.nim | |
parent | 770d4a997eab25a04cdfd83b325491a2e63bea08 (diff) | |
download | Nim-9c8bc3a244b4bbcdc56fdd255bb4e1a7ed30f781.tar.gz |
the `is` operator now works with type classes and type variables
bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
Diffstat (limited to 'tests/reject/tenummix.nim')
-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 55c0c05a9..77b7f44d2 100644 --- a/tests/reject/tenummix.nim +++ b/tests/reject/tenummix.nim @@ -1,6 +1,6 @@ discard """ file: "system.nim" - line: 643 + line: 649 errormsg: "type mismatch" """ |