Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=147535255
  • Loading branch information
tbreisacher authored and dimvar committed Feb 15, 2017
1 parent 0e5b7ee commit 1e7542d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -407,7 +407,7 @@ public void testForInWithAssignment() {
); );
} }


public void testUsePseduoNames() { public void testUsePseudoNames() {
usePseudoName = true; usePseudoName = true;
inFunction("var x = 0; print(x ); var y = 1; print( y)", inFunction("var x = 0; print(x ); var y = 1; print( y)",
"var x_y = 0; print(x_y); x_y = 1; print(x_y)"); "var x_y = 0; print(x_y); x_y = 1; print(x_y)");
Expand Down

0 comments on commit 1e7542d

Please sign in to comment.