diff options
author | Euan T <euantorano@gmail.com> | 2017-07-10 09:23:45 +0100 |
---|---|---|
committer | Euan T <euantorano@gmail.com> | 2017-07-10 09:23:45 +0100 |
commit | 7e4ca9a8716e571ad6a70d28e416969d33d251cb (patch) | |
tree | 608c44e6e55ae2308a1afb084939e8492acd08c6 | |
parent | 3f3853945d161a2ada421530bbcd43c7ab74a2eb (diff) | |
download | Nim-7e4ca9a8716e571ad6a70d28e416969d33d251cb.tar.gz |
Update test header
Signed-off-by: Euan T <euantorano@gmail.com>
-rw-r--r-- | tests/async/tasyncRecvLine.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tasyncRecvLine.nim b/tests/async/tasyncRecvLine.nim index 5db51671e..679831b27 100644 --- a/tests/async/tasyncRecvLine.nim +++ b/tests/async/tasyncRecvLine.nim @@ -1,5 +1,5 @@ discard """ - file: "tasyncsend4754.nim" + file: "tasyncRecvLine.nim" output: ''' Hello World Hello World |