diff options
author | Clyybber <darkmine956@gmail.com> | 2019-08-31 07:44:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-08-31 07:44:53 +0200 |
commit | f9600b7207e45573ee066ec7c9145df113ff5b99 (patch) | |
tree | 0b9e1d3fab05b0ec4893c61b80614d8d0f0faaf0 /tests/misc/thallo.nim | |
parent | 82d5e773e3cccbca6632ff7cbfcec055ab4b915b (diff) | |
download | Nim-f9600b7207e45573ee066ec7c9145df113ff5b99.tar.gz |
Remove ENDB (#12095)
Diffstat (limited to 'tests/misc/thallo.nim')
-rw-r--r-- | tests/misc/thallo.nim | 1 |
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) |