summary refs log tree commit diff stats
path: root/tests/toverwr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/toverwr.nim')
-rwxr-xr-xtests/toverwr.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/toverwr.nim b/tests/toverwr.nim
deleted file mode 100755
index f2b42df15..000000000
--- a/tests/toverwr.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-# Test the overloading resolution in connection with a qualifier

-

-proc write(t: TFile, s: string) =

-  nil # a nop

-

-system.write(stdout, "hallo")

-#OUT hallo