summary refs log tree commit diff stats
path: root/tests/misc/thallo.nim
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/misc/thallo.nim
parent82d5e773e3cccbca6632ff7cbfcec055ab4b915b (diff)
downloadNim-f9600b7207e45573ee066ec7c9145df113ff5b99.tar.gz
Remove ENDB (#12095)
Diffstat (limited to 'tests/misc/thallo.nim')
-rw-r--r--tests/misc/thallo.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/thallo.nim b/tests/misc/thallo.nim
index f61ce2ef2..8dac56023 100644
--- a/tests/misc/thallo.nim
+++ b/tests/misc/thallo.nim
@@ -48,7 +48,6 @@ echo(["a", "b", "c", "d"].len)
 for x in items(["What's", "your", "name", "?", ]):
   echo(x)
 var `name` = readLine(stdin)
-{.breakpoint.}
 echo("Hi " & thallo.name & "!\n")
 debug(name)