summaryrefslogtreecommitdiff
path: root/tools/closure_linter/closure_linter/testdata/file_level_comment.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/closure_linter/closure_linter/testdata/file_level_comment.js')
-rw-r--r--tools/closure_linter/closure_linter/testdata/file_level_comment.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/closure_linter/closure_linter/testdata/file_level_comment.js b/tools/closure_linter/closure_linter/testdata/file_level_comment.js
deleted file mode 100644
index 86581155a0..0000000000
--- a/tools/closure_linter/closure_linter/testdata/file_level_comment.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * File level comment as the first thing in a file (GOOD).
- * @license Copyright 2009 SomeThirdParty.
- */
-/** // WRONG_BLANK_LINE_COUNT
- * Comment block that is not the first thing in a file (BAD).
- * @license Copyright 2009 SomeThirdParty.
- */
-
-/** // WRONG_BLANK_LINE_COUNT
- * Top level comment with a single line above it (BAD).
- * @license Copyright 2009 SomeThirdParty.
- */