summary refs log tree commit diff stats
path: root/tests/accept/run/toverwr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/toverwr.nim')
-rwxr-xr-xtests/accept/run/toverwr.nim4
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