aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-24 23:02:30 -0700
committeralon@honor <none@none>2010-10-24 23:02:30 -0700
commit9ba7957609f258c36036004b557e139591ef67c1 (patch)
tree8e00c418091902785b44cb15bb77c19123ef35f3 /src
parent7c56be83f6807300aac5ab4de79f7754bf9c0eb2 (diff)
benchmarks working again
Diffstat (limited to 'src')
-rw-r--r--src/runtime.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.js b/src/runtime.js
index 93688584..dad0d0d5 100644
--- a/src/runtime.js
+++ b/src/runtime.js
@@ -142,6 +142,6 @@ function getRuntime() {
}
ret += ',\n';
}
- return ret + '}\n';
+ return ret + ' __dummy__: 0\n}\n';
}