summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/dependencies
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-04-30 02:56:19 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-04-30 02:56:19 +0200
commit87f548c5f4027a0faf57acf0878f7c5db382222c (patch)
treee8258cdedb86bc75cf85f3419f117252f2ba50b5 /tests/manyloc/keineschweine/dependencies
parent0fad659bf72a48d076978655dd23fe369c2d232e (diff)
downloadNim-87f548c5f4027a0faf57acf0878f7c5db382222c.tar.gz
make more tests green
Diffstat (limited to 'tests/manyloc/keineschweine/dependencies')
-rw-r--r--tests/manyloc/keineschweine/dependencies/nake/nakefile.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/keineschweine/dependencies/nake/nakefile.nim b/tests/manyloc/keineschweine/dependencies/nake/nakefile.nim
index bdf2139c9..5490211de 100644
--- a/tests/manyloc/keineschweine/dependencies/nake/nakefile.nim
+++ b/tests/manyloc/keineschweine/dependencies/nake/nakefile.nim
@@ -7,7 +7,7 @@ task "install", "compile and install nake binary":
     for index, dir in pairs(path):
       echo "  ", index, ". ", dir
     echo "Where to install nake binary? (quit with ^C or quit or exit)"
-    let ans = stdin.readLine().toLower
+    let ans = stdin.readLine().toLowerAscii
     var index = 0
     case ans
     of "q", "quit", "x", "exit":