diff options
author | Araq <rumpf_a@web.de> | 2013-02-15 12:37:09 -0800 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-15 12:37:09 -0800 |
commit | fb6747a55e5aaed98375845677c272cdfe341caf (patch) | |
tree | 27163aa70d6f24b1de82113b05dcf7db921e1b57 /tests/tester.nim | |
parent | 0f2aa053d9e9bcbe67238c498ed96f27c8d737db (diff) | |
parent | 1785c6877ba0d5329c700e82b6ccf0e7a2e684b8 (diff) | |
download | Nim-fb6747a55e5aaed98375845677c272cdfe341caf.tar.gz |
Merge pull request #333 from Tass/master
EcmaScript => Js
Diffstat (limited to 'tests/tester.nim')
-rwxr-xr-x | tests/tester.nim | 2 |
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) |