Skip to content

Commit

Permalink
A minor correction to test text formatting.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=129332819
  • Loading branch information
concavelenz authored and Dimitris Vardoulakis committed Aug 5, 2016
1 parent 015328e commit a33d704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/com/google/javascript/jscomp/CheckConformanceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,8 @@ public void testRequireUseStrict3() {
"",
"'use strict';",
"/** @const */ var module$testcode = {};",
"var x$$module$testcode=2;module$testcode.x = x$$module$testcode;"),
"var x$$module$testcode=2;",
"module$testcode.x = x$$module$testcode;"),
null, null);
}
}

0 comments on commit a33d704

Please sign in to comment.