aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2012-05-07 14:14:43 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2012-05-07 14:14:43 +0200
commitda1231f7268903086acdffd6787ad40b83ba3831 (patch)
tree15b85e103f169422ca9baba8652c7423f57d5f5f /tests
parent6d0e807ebf6cfc147490b4b71f4de7a1f253fd45 (diff)
Generate code for print calls.
Diffstat (limited to 'tests')
-rw-r--r--tests/simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple.js b/tests/simple.js
index 6562f63bf3..e0a3984a3f 100644
--- a/tests/simple.js
+++ b/tests/simple.js
@@ -11,4 +11,4 @@ for (i = 0; i < 1000000; i = i + 1) {
d = 321
}
-d = "the result is " + d
+print("the result is", d)