diff options
Diffstat (limited to 'tests/compile/tcan_specialise_generic.nim')
-rwxr-xr-x | tests/compile/tcan_specialise_generic.nim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/compile/tcan_specialise_generic.nim b/tests/compile/tcan_specialise_generic.nim deleted file mode 100755 index f98a8bf95..000000000 --- a/tests/compile/tcan_specialise_generic.nim +++ /dev/null @@ -1,11 +0,0 @@ -## -## can_specialise_generic Nimrod Module -## -## Created by Eric Doughty-Papassideris on 2011-02-16. -## Copyright (c) 2011 FWA. All rights reserved. - -type - TGen[T] = object - TSpef = object of TGen[string] - - |