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

-

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

-  nil # a nop

-

-system.write(stdout, "hello")

-#OUT hello

-
-
='#n99'>99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131