Remove reference to copyright comment

We don't need them anymore
This commit is contained in:
Aleksey Kladov 2018-11-08 15:29:17 +03:00 committed by Who? Me?!
parent 31e80c3b00
commit 69554f57e1
1 changed files with 3 additions and 4 deletions

View File

@ -72,10 +72,9 @@ directory structure to use is actually an area of active debate.)
## Comment explaining what the test is about ## Comment explaining what the test is about
When you create a test file, **include a comment summarizing the point When you create a test file, **include a comment summarizing the point
of the test immediately after the copyright notice**. This should of the test at the start of the file**. This should highlight which
highlight which parts of the test are more important, and what the bug parts of the test are more important, and what the bug was that the
was that the test is fixing. Citing an issue number is often very test is fixing. Citing an issue number is often very helpful.
helpful.
This comment doesn't have to be super extensive. Just something like This comment doesn't have to be super extensive. Just something like
"Regression test for #18060: match arms were matching in the wrong "Regression test for #18060: match arms were matching in the wrong