Make the simple test more interesting
authorRoberto Raggi <roberto.raggi@nokia.com>
Fri, 4 May 2012 11:48:57 +0000 (13:48 +0200)
committerRoberto Raggi <roberto.raggi@nokia.com>
Fri, 4 May 2012 11:48:57 +0000 (13:48 +0200)
tests/simple.js

index 30408c2..6562f63 100644 (file)
@@ -6,7 +6,7 @@ var d = 100
 
 for (i = 0; i < 1000000; i = i + 1) {
     if (a == 1)
-        d = a + b * c
+        d = d + a + b * c
     else
         d = 321
 }