Skip to content

Commit

Permalink
Enable now passing test in CoalesceVariableNamesTest
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184610725
  • Loading branch information
lauraharker authored and blickly committed Feb 6, 2018
1 parent 4fef6f0 commit a2b6cb2
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -577,9 +577,7 @@ public void testCannotReuseAnyParamsBug() {
"};")); "};"));
} }


// TODO(b/66919166): Fix this test and re-enable it. public void testCannotReuseAnyParamsBugWithDestructuring() {
// Same as above, but this time the parameter 'type' is part of a destructuring pattern.
public void disabled_testCannotReuseAnyParamsBugWithDestructuring() {
testSame(lines( testSame(lines(
"function handleKeyboardShortcut({type: type}, key, isModifierPressed) {", "function handleKeyboardShortcut({type: type}, key, isModifierPressed) {",
" if (!isModifierPressed) {", " if (!isModifierPressed) {",
Expand Down

0 comments on commit a2b6cb2

Please sign in to comment.