summary refs log tree commit diff stats
path: root/tests/async/tasyncfilewrite.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async/tasyncfilewrite.nim')
-rw-r--r--tests/async/tasyncfilewrite.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/async/tasyncfilewrite.nim b/tests/async/tasyncfilewrite.nim
index 3baf2bbc6..72a2df0b0 100644
--- a/tests/async/tasyncfilewrite.nim
+++ b/tests/async/tasyncfilewrite.nim
@@ -1,7 +1,8 @@
 discard """
   output: '''string 1
 string 2
-string 3'''
+string 3
+'''
 """
 # bug #5532
 import os, asyncfile, asyncdispatch