diff options
Diffstat (limited to 'tests/accept/run/toverwr.nim')
-rwxr-xr-x | tests/accept/run/toverwr.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/accept/run/toverwr.nim b/tests/accept/run/toverwr.nim index f2b42df15..6705c6b3f 100755 --- a/tests/accept/run/toverwr.nim +++ b/tests/accept/run/toverwr.nim @@ -3,5 +3,5 @@ proc write(t: TFile, s: string) = nil # a nop -system.write(stdout, "hallo") -#OUT hallo +system.write(stdout, "hello") +#OUT hello |