Skip to content

Commit

Permalink
Clarify that the unit test tests Github issue #1124
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominator008 committed Sep 9, 2015
1 parent 3bcded9 commit a8e0d3f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -708,7 +708,8 @@ public void testDoWhileForOfCapturedLet() {
"} while (false);"));
}

public void testIssue1124() {
// https://github.com/google/closure-compiler/issues/1124
public void testGithubIssue1124() {
test(LINE_JOINER.join(
"while (true) {",
" let x = null;",
Expand Down

0 comments on commit a8e0d3f

Please sign in to comment.