diff --git a/test/com/google/javascript/jscomp/CoalesceVariableNamesTest.java b/test/com/google/javascript/jscomp/CoalesceVariableNamesTest.java index 0170d2fccba..3f3761a0b3b 100644 --- a/test/com/google/javascript/jscomp/CoalesceVariableNamesTest.java +++ b/test/com/google/javascript/jscomp/CoalesceVariableNamesTest.java @@ -577,9 +577,7 @@ public void testCannotReuseAnyParamsBug() { "};")); } - // TODO(b/66919166): Fix this test and re-enable it. - // Same as above, but this time the parameter 'type' is part of a destructuring pattern. - public void disabled_testCannotReuseAnyParamsBugWithDestructuring() { + public void testCannotReuseAnyParamsBugWithDestructuring() { testSame(lines( "function handleKeyboardShortcut({type: type}, key, isModifierPressed) {", " if (!isModifierPressed) {",