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=123458463
  • Loading branch information
blickly committed May 27, 2016
1 parent f5ded1d commit 4549842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/com/google/javascript/jscomp/RemoveBodiesTest.java
Expand Up @@ -24,7 +24,7 @@ protected CompilerPass getProcessor(final Compiler compiler) {
return new RemoveBodies(compiler);
}

public void disabled_testInferAnnoatedTypeFromInferredType() {
public void disabled_testInferAnnotatedTypeFromInferredType() {
enableTypeCheck();

test("/** @const */ var x = 5;", "/** @const {number} */ var x;");
Expand Down

0 comments on commit 4549842

Please sign in to comment.