diff options
Diffstat (limited to 'tools/eliminator/eliminator-test-output.js')
-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 8fcdd567..5a969284 100644 --- a/tools/eliminator/eliminator-test-output.js +++ b/tools/eliminator/eliminator-test-output.js @@ -112,8 +112,9 @@ function h() { x = y ? x + 1 : 7; var x = -5; } + var oneUse = glob; if (1) { - otherGlob = glob; + otherGlob = oneUse; breakMe(); } var oneUse2 = glob2; |