summary refs log tree commit diff stats
path: root/tests/objects/tobject2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/objects/tobject2.nim')
-rw-r--r--tests/objects/tobject2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/objects/tobject2.nim b/tests/objects/tobject2.nim
index 0f1869695..a49296843 100644
--- a/tests/objects/tobject2.nim
+++ b/tests/objects/tobject2.nim
@@ -9,7 +9,7 @@ type
 
 proc getPoint( p: var TPoint2d) =
   {.breakpoint.}
-  writeln(stdout, p.x)
+  writeLine(stdout, p.x)
 
 var
   p: TPoint3d