diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:16:44 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-08-23 11:16:44 +0200 |
commit | 07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b (patch) | |
tree | b07a53afeb56f4bba917c1a3a843f48dd25b62be /tests/toverl.nim | |
parent | 916c25f9a70b68eb7a5e2c45d7cc2e10c6e3a525 (diff) | |
download | Nim-07d5a8085bbcc21a1d9d06a2976ecc00e9c8d55b.tar.gz |
too many changes to list
Diffstat (limited to 'tests/toverl.nim')
-rw-r--r-- | tests/toverl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/toverl.nim b/tests/toverl.nim index 469cfb934..1a571ce12 100644 --- a/tests/toverl.nim +++ b/tests/toverl.nim @@ -1,7 +1,7 @@ # Test for overloading type - TNone {.export: "_NONE".} = record + TNone {.export: "_NONE", final.} = object proc TNone(a, b: int) = nil #ERROR_MSG attempt to redefine 'TNone' |