diff options
author | max99x <max99x@gmail.com> | 2011-08-30 22:50:29 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-08-30 22:50:29 +0300 |
commit | feee402bb4b97a94c4821d1eb69cd24c265ef04e (patch) | |
tree | 49ccac82dd306f6d07d6d84319cd14060adfbe95 | |
parent | c746d2005286626f8a468b32df59073c7ec88639 (diff) |
Updated eliminator test output.
-rw-r--r-- | tools/eliminator/eliminator-test-output.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/eliminator/eliminator-test-output.js b/tools/eliminator/eliminator-test-output.js index 19faa80d..2324124e 100644 --- a/tools/eliminator/eliminator-test-output.js +++ b/tools/eliminator/eliminator-test-output.js @@ -5,7 +5,7 @@ function f() { HEAP[123] = (GLOB[1] + 1) / 2; } -var g = function(a1, a2) { +var g = (function(a1, a2) { var a = 1; var c = a * 2 - 1; @@ -39,7 +39,7 @@ var g = function(a1, a2) { unquoted: 3, 4: 5 }; -}; +}); function h() { var out; bar(hello); |