From 8b2a9401a147bd0b26cd2976ae71a1022fbde8cc Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 16 Nov 2008 22:08:15 +0100 Subject: version 0.7.0 --- tests/tobject2.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tobject2.nim') diff --git a/tests/tobject2.nim b/tests/tobject2.nim index e8e932422..8f69a6bac 100644 --- a/tests/tobject2.nim +++ b/tests/tobject2.nim @@ -7,7 +7,7 @@ type TPoint3d = object of TPoint2d z: int # added a field -proc getPoint(var p: TPoint2d) = +proc getPoint( p: var TPoint2d) = {.breakpoint.} writeln(stdout, p.x) -- cgit 1.4.1-2-gfad0