diff options
Diffstat (limited to 'tests/toverwr.nim')
-rwxr-xr-x | tests/toverwr.nim | 7 |
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 |