aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-04 20:44:29 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-04 20:44:29 -0800
commit08e7619a88c246baf022a9cfdeafc21db068b9d0 (patch)
tree674bd9c6f3b262d4454b34a16ab7aabf508e648d /src
parent51fbd38572cb1cd01950c038e7d7ab9fed8cac2a (diff)
sanity check for compiler engine in test runner
Diffstat (limited to 'src')
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 90f05cf0..94085c3f 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -8,7 +8,7 @@ try {
} catch(e) {}
-// The environment setup code appears both here and in shell.js, because it can't be shared. Keep them in sync!
+// The environment setup code appears here, in shell.js, and in tests/hello_world.js because it can't be shared. Keep them in sync!
// *** Environment setup code ***
var arguments_ = [];