summary refs log tree commit diff stats
path: root/tests/lexer
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-12-10 15:50:38 +0100
committerAraq <rumpf_a@web.de>2018-12-11 21:23:25 +0100
commit34815a469735ef15390b034d4a806c7e69ac49e7 (patch)
tree3492bb27b86449e2279158d9d89504a52a6a5020 /tests/lexer
parent916955dc9552456a365ad612d25ec775a5bc0d06 (diff)
downloadNim-34815a469735ef15390b034d4a806c7e69ac49e7.tar.gz
megatest: make it green on Linux
Diffstat (limited to 'tests/lexer')
-rw-r--r--tests/lexer/tstrlits.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lexer/tstrlits.nim b/tests/lexer/tstrlits.nim
index 004ebc0a7..8e8250a5b 100644
--- a/tests/lexer/tstrlits.nim
+++ b/tests/lexer/tstrlits.nim
@@ -16,5 +16,4 @@ const
 stdout.write(rawQuote)
 stdout.write(tripleEmpty)
 stdout.write(raw)
-stdout.write(escaped)
-#OUT a""long string"""""abc"def_'2'●𝌆𝌆A
+stdout.writeLine(escaped)