projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663a045
)
Make the simple test more interesting
author
Roberto Raggi
<roberto.raggi@nokia.com>
Fri, 4 May 2012 11:48:57 +0000
(13:48 +0200)
committer
Roberto Raggi
<roberto.raggi@nokia.com>
Fri, 4 May 2012 11:48:57 +0000
(13:48 +0200)
tests/simple.js
patch
|
blob
|
history
diff --git
a/tests/simple.js
b/tests/simple.js
index
30408c2
..
6562f63
100644
(file)
--- a/
tests/simple.js
+++ b/
tests/simple.js
@@
-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
}