diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-11-16 22:08:15 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-11-16 22:08:15 +0100 |
commit | 8b2a9401a147bd0b26cd2976ae71a1022fbde8cc (patch) | |
tree | c1a1323003ee8148af5dc60bcf1b88157dd00eb8 /tests/toverwr.nim | |
parent | 972c51086152bd45aef4eb17c099fa3472a19d04 (diff) | |
download | Nim-8b2a9401a147bd0b26cd2976ae71a1022fbde8cc.tar.gz |
version 0.7.0
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") |