diff options
Diffstat (limited to 'tests/typredef.nim')
-rwxr-xr-x | tests/typredef.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/typredef.nim b/tests/typredef.nim deleted file mode 100755 index a77d91f40..000000000 --- a/tests/typredef.nim +++ /dev/null @@ -1,3 +0,0 @@ -type - Uint8 = Uint8 #ERROR_MSG illegal recursion in type 'Uint8' - |