From 6143393adbfc03b2de873c070fd53214696ca94c Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 28 Jan 2015 14:58:31 +0000 Subject: [PATCH] Move lib/pure/nodejs to compiler/nodejs. Ref #2017. --- {lib/pure => compiler}/nodejs.nim | 0 tests/testament/tester.nim | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {lib/pure => compiler}/nodejs.nim (100%) diff --git a/lib/pure/nodejs.nim b/compiler/nodejs.nim similarity index 100% rename from lib/pure/nodejs.nim rename to compiler/nodejs.nim diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim index 33cd2291da..865ba9c757 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"