summary refs log tree commit diff stats
path: root/tests/toverl.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/toverl.nim')
-rwxr-xr-xtests/toverl.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/toverl.nim b/tests/toverl.nim
deleted file mode 100755
index 94f251cac..000000000
--- a/tests/toverl.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# Test for overloading

-

-type

-  TNone {.exportc: "_NONE", final.} = object

-

-proc TNone(a, b: int) = nil #ERROR_MSG attempt to redefine 'TNone'