diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-28 14:58:31 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-28 14:58:31 +0000 |
commit | 6143393adbfc03b2de873c070fd53214696ca94c (patch) | |
tree | bc4f834f84e48890c884c92e5d7872ca70fec8e0 | |
parent | 190cc01f2407629a31d0796eb55283fce7ec8093 (diff) | |
download | Nim-6143393adbfc03b2de873c070fd53214696ca94c.tar.gz |
Move lib/pure/nodejs to compiler/nodejs. Ref #2017.
-rw-r--r-- | compiler/nodejs.nim (renamed from lib/pure/nodejs.nim) | 0 | ||||
-rw-r--r-- | tests/testament/tester.nim | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/nodejs.nim b/compiler/nodejs.nim index e2b79df19..e2b79df19 100644 --- a/lib/pure/nodejs.nim +++ b/compiler/nodejs.nim diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim index 33cd2291d..865ba9c75 100644 --- a/tests/testament/tester.nim +++ b/tests/testament/tester.nim @@ -12,7 +12,7 @@ import parseutils, strutils, pegs, os, osproc, streams, parsecfg, json, marshal, backend, parseopt, specs, htmlgen, browsers, terminal, - algorithm, nodejs + algorithm, compiler/nodejs const resultsFile = "testresults.html" |