diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-16 12:43:05 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:29 +0100 |
commit | 534601637a9189354c92532c0ef273a89153092d (patch) | |
tree | c4793d10398c5ededb12eb1bfe257bd652b1124d /lib/nimrtl.nim | |
parent | 9c2365d5c2229f327d19262894995047a357e252 (diff) | |
download | Nim-534601637a9189354c92532c0ef273a89153092d.tar.gz |
more tests fixed
Diffstat (limited to 'lib/nimrtl.nim')
-rw-r--r-- | lib/nimrtl.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/nimrtl.nim b/lib/nimrtl.nim index 4e4cf7e0e..335207f54 100644 --- a/lib/nimrtl.nim +++ b/lib/nimrtl.nim @@ -33,4 +33,3 @@ when not defined(createNimRtl): import parseutils, strutils, parseopt, parsecfg, strtabs, unicode, pegs, ropes, os, osproc, times - |