diff options
author | Araq <rumpf_a@web.de> | 2011-05-14 01:13:44 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-05-14 01:13:44 +0200 |
commit | 3e9dcc8be5d1286e3647e8f665f456966aa02437 (patch) | |
tree | 8bc3b42f28feba6f93c0bd3c386dcb82eabff484 /tests/accept/compile | |
parent | 32241aa9fe1a22f388124a6e5db8fb0517f01789 (diff) | |
download | Nim-3e9dcc8be5d1286e3647e8f665f456966aa02437.tar.gz |
deprecated system.copy: use system.substr instead
Diffstat (limited to 'tests/accept/compile')
-rwxr-xr-x | tests/accept/compile/tlibs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept/compile/tlibs.nim b/tests/accept/compile/tlibs.nim index 1f81a5ede..d4080eafd 100755 --- a/tests/accept/compile/tlibs.nim +++ b/tests/accept/compile/tlibs.nim @@ -15,7 +15,7 @@ import lua, lualib, lauxlib, mysql, sqlite3, python, tcl, db_postgres, db_mysql, db_sqlite, ropes, sockets, browsers, httpserver, httpclient, parseutils, unidecode, xmldom, xmldomparser, xmltree, xmlparser, - htmlparser, re, graphics, colors + htmlparser, re, graphics, colors, pegs when defined(linux): import |