diff options
Diffstat (limited to 'tests/reject/typredef.nim')
-rwxr-xr-x | tests/reject/typredef.nim | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/reject/typredef.nim b/tests/reject/typredef.nim deleted file mode 100755 index b2182d116..000000000 --- a/tests/reject/typredef.nim +++ /dev/null @@ -1,10 +0,0 @@ -discard """ - file: "typredef.nim" - line: 7 - errormsg: "illegal recursion in type \'Uint8\'" -""" -type - Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8' - - - |