summary refs log tree commit diff stats
path: root/tests/typredef.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2008-11-16 22:08:15 +0100
committerAndreas Rumpf <rumpf_a@web.de>2008-11-16 22:08:15 +0100
commit8b2a9401a147bd0b26cd2976ae71a1022fbde8cc (patch)
treec1a1323003ee8148af5dc60bcf1b88157dd00eb8 /tests/typredef.nim
parent972c51086152bd45aef4eb17c099fa3472a19d04 (diff)
downloadNim-8b2a9401a147bd0b26cd2976ae71a1022fbde8cc.tar.gz
version 0.7.0
Diffstat (limited to 'tests/typredef.nim')
-rw-r--r--tests/typredef.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typredef.nim b/tests/typredef.nim
index 2dd5e0446..a77d91f40 100644
--- a/tests/typredef.nim
+++ b/tests/typredef.nim
@@ -1,2 +1,3 @@
 type

-  Uint8 = Uint8

+  Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8'

+