diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2013-02-14 13:59:12 -0600 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2013-02-15 11:08:30 -0600 |
commit | 1785c6877ba0d5329c700e82b6ccf0e7a2e684b8 (patch) | |
tree | 27163aa70d6f24b1de82113b05dcf7db921e1b57 /tests/js/test1.nim | |
parent | 0f2aa053d9e9bcbe67238c498ed96f27c8d737db (diff) | |
download | Nim-1785c6877ba0d5329c700e82b6ccf0e7a2e684b8.tar.gz |
EcmaScript => JS. Fixes #330
No one calls it EcmaScript anymore.
Diffstat (limited to 'tests/js/test1.nim')
-rw-r--r-- | tests/js/test1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/js/test1.nim b/tests/js/test1.nim index 012b98833..3f3d5f02c 100644 --- a/tests/js/test1.nim +++ b/tests/js/test1.nim @@ -3,7 +3,7 @@ discard """ output: "1261129" """ -# This file tests the ECMAScript generator +# This file tests the JavaScript generator import dom, strutils |