summary refs log tree commit diff stats
path: root/tests/typredef.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typredef.nim')
-rwxr-xr-xtests/typredef.nim3
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'

-