diff options
Diffstat (limited to 'tests/toverwr.nim')
-rw-r--r-- | tests/toverwr.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/toverwr.nim b/tests/toverwr.nim index c3652d168..f2b42df15 100644 --- a/tests/toverwr.nim +++ b/tests/toverwr.nim @@ -1,6 +1,6 @@ # Test the overloading resolution in connection with a qualifier -proc write(t: tTextFile, s: string) = +proc write(t: TFile, s: string) = nil # a nop system.write(stdout, "hallo") |