summary refs log tree commit diff stats
path: root/tests/objects
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2019-08-31 07:44:53 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-08-31 07:44:53 +0200
commitf9600b7207e45573ee066ec7c9145df113ff5b99 (patch)
tree0b9e1d3fab05b0ec4893c61b80614d8d0f0faaf0 /tests/objects
parent82d5e773e3cccbca6632ff7cbfcec055ab4b915b (diff)
downloadNim-f9600b7207e45573ee066ec7c9145df113ff5b99.tar.gz
Remove ENDB (#12095)
Diffstat (limited to 'tests/objects')
-rw-r--r--tests/objects/tobjects_various.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/objects/tobjects_various.nim b/tests/objects/tobjects_various.nim
index a6c4628af..315193de9 100644
--- a/tests/objects/tobjects_various.nim
+++ b/tests/objects/tobjects_various.nim
@@ -17,7 +17,6 @@ block tobject2:
       z: int # added a field
 
   proc getPoint( p: var TPoint2d) =
-    {.breakpoint.}
     writeLine(stdout, p.x)
 
   var p: TPoint3d