Skip to content

Commit

Permalink
fix name typo
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=171887808
  • Loading branch information
tbreisacher committed Oct 13, 2017
1 parent e674d6c commit 5516f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/com/google/javascript/jscomp/NameAnalyzerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,7 @@ public void testObjectDestructuring() {
"function f() {} var {x: y} = f(); g(y)");

// complicated destructuring cases
// TODO (blickley): Look into adding a pass to completely remove empty destructuring patterns
// TODO(blickly): Look into adding a pass to completely remove empty destructuring patterns
test(
"var {a: a, b: [{c: d}]} = o;",
"var {b: [{}]} = o; ");
Expand Down

0 comments on commit 5516f0f

Please sign in to comment.