summary refs log tree commit diff stats
path: root/tests/generics/tmodule_same_as_proc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generics/tmodule_same_as_proc.nim')
-rw-r--r--tests/generics/tmodule_same_as_proc.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/generics/tmodule_same_as_proc.nim b/tests/generics/tmodule_same_as_proc.nim
deleted file mode 100644
index 113ca1bc3..000000000
--- a/tests/generics/tmodule_same_as_proc.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# bug #1965
-
-import mmodule_same_as_proc
-
-proc test[T](t: T) =
-  mmodule_same_as_proc"a"
-
-test(0)