diff options
Diffstat (limited to 'tests/objects/tobject2.nim')
-rw-r--r-- | tests/objects/tobject2.nim | 2 |
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 |