diff options
author | alon@honor <none@none> | 2010-10-24 23:02:30 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-24 23:02:30 -0700 |
commit | 9ba7957609f258c36036004b557e139591ef67c1 (patch) | |
tree | 8e00c418091902785b44cb15bb77c19123ef35f3 /src | |
parent | 7c56be83f6807300aac5ab4de79f7754bf9c0eb2 (diff) |
benchmarks working again
Diffstat (limited to 'src')
-rw-r--r-- | src/runtime.js | 2 |
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'; } |