summary refs log tree commit diff stats
path: root/tests/misc/tnewuns.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tnewuns.nim')
-rw-r--r--tests/misc/tnewuns.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tnewuns.nim b/tests/misc/tnewuns.nim
index 5181e467c..267c73f5b 100644
--- a/tests/misc/tnewuns.nim
+++ b/tests/misc/tnewuns.nim
@@ -9,4 +9,4 @@ var
 x = 1

 y = high(int)

 

-writeln(stdout, $ ( x +% y ) )

+writeLine(stdout, $ ( x +% y ) )