From c949b81efdeb08b38224e1678ad140b7b7663b15 Mon Sep 17 00:00:00 2001 From: cooldome Date: Thu, 2 Jan 2020 22:27:37 +0000 Subject: remove default argument for readLines (#12807) [backport] --- tests/vm/tfile_rw.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vm/tfile_rw.nim') diff --git a/tests/vm/tfile_rw.nim b/tests/vm/tfile_rw.nim index 8d7a2ca95..75242794c 100644 --- a/tests/vm/tfile_rw.nim +++ b/tests/vm/tfile_rw.nim @@ -13,7 +13,7 @@ static: writeFile(filename, mytext) const myfile_str = staticRead(filename) const myfile_str2 = readFile(filename) -const myfile_str_seq = readLines(filename, 3) +const myfile_str_seq = staticReadLines(filename, 3) static: doAssert myfile_str == mytext -- cgit 1.4.1-2-gfad0