summary refs log tree commit diff stats
path: root/tests/compile/tcan_alias_generic.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/tcan_alias_generic.nim')
-rwxr-xr-xtests/compile/tcan_alias_generic.nim11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/compile/tcan_alias_generic.nim b/tests/compile/tcan_alias_generic.nim
deleted file mode 100755
index e90bdc6d2..000000000
--- a/tests/compile/tcan_alias_generic.nim
+++ /dev/null
@@ -1,11 +0,0 @@
-##
-## can_alias_generic Nimrod Module
-##
-## Created by Eric Doughty-Papassideris on 2011-02-16.
-## Copyright (c) 2011 FWA. All rights reserved.
-
-type
-  TGen[T] = object
-  TGen2[T] = TGen[T]
-  
-