summary refs log tree commit diff stats
path: root/tests/tester.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-15 12:37:09 -0800
committerAraq <rumpf_a@web.de>2013-02-15 12:37:09 -0800
commitfb6747a55e5aaed98375845677c272cdfe341caf (patch)
tree27163aa70d6f24b1de82113b05dcf7db921e1b57 /tests/tester.nim
parent0f2aa053d9e9bcbe67238c498ed96f27c8d737db (diff)
parent1785c6877ba0d5329c700e82b6ccf0e7a2e684b8 (diff)
downloadNim-fb6747a55e5aaed98375845677c272cdfe341caf.tar.gz
Merge pull request #333 from Tass/master
EcmaScript => Js
Diffstat (limited to 'tests/tester.nim')
-rwxr-xr-xtests/tester.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tester.nim b/tests/tester.nim
index 60c84403e..2b60151a8 100755
--- a/tests/tester.nim
+++ b/tests/tester.nim
@@ -392,7 +392,7 @@ proc main() =
   of "compile":
     compile(r, "tests/compile/t*.nim", p.cmdLineRest.string)
     compile(r, "tests/ccg/t*.nim", p.cmdLineRest.string)
-    compile(r, "tests/ecmas.nim", p.cmdLineRest.string)
+    compile(r, "tests/js.nim", p.cmdLineRest.string)
     compileExample(r, "lib/pure/*.nim", p.cmdLineRest.string)
     compileExample(r, "examples/*.nim", p.cmdLineRest.string)
     compileExample(r, "examples/gtk/*.nim", p.cmdLineRest.string)