diff options
author | max99x <max99x@gmail.com> | 2011-08-24 04:25:31 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-08-24 04:25:31 +0300 |
commit | cfcf669f7d0239e052ba2387eee94a64912e9f09 (patch) | |
tree | e6ebce2c8a393d3675cc229cfb2a8ac76846d808 /tools | |
parent | 7eb19241b1ff145a51912bfa02ffda7d913494d3 (diff) |
Added eliminator test to the runner.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/eliminator/eliminator-test-output.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/eliminator/eliminator-test-output.js b/tools/eliminator/eliminator-test-output.js index 4c9224da..4ff8a965 100644 --- a/tools/eliminator/eliminator-test-output.js +++ b/tools/eliminator/eliminator-test-output.js @@ -37,6 +37,7 @@ var g = function(a1, a2) { var obj = { "quoted": 1, "doublequoted": 2, - unquoted: 3 + unquoted: 3, + 4: 5 }; }; |