summary refs log tree commit diff stats
path: root/tests/reject/tprocredef.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tprocredef.nim')
-rw-r--r--tests/reject/tprocredef.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/reject/tprocredef.nim b/tests/reject/tprocredef.nim
deleted file mode 100644
index 86ed92b62..000000000
--- a/tests/reject/tprocredef.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-discard """
-  file: "tprocredef.nim"
-  line: 8
-  errormsg: "redefinition of \'foo\'"
-"""
-
-proc foo(a: int, b: string) = nil
-proc foo(a: int, b: string) = nil
-