Merge pull request #196 from dwijnand/patch-1
No copyright notices on new tests
This commit is contained in:
commit
1277f2ae0c
|
|
@ -9,8 +9,7 @@ To add a new test, the first thing you generally do is to create a
|
||||||
file, typically a Rust source file. Test files have a particular
|
file, typically a Rust source file. Test files have a particular
|
||||||
structure:
|
structure:
|
||||||
|
|
||||||
- They always begin with the [copyright notice](./conventions.html#copyright);
|
- They should have some kind of
|
||||||
- then they should have some kind of
|
|
||||||
[comment explaining what the test is about](#explanatory_comment);
|
[comment explaining what the test is about](#explanatory_comment);
|
||||||
- next, they can have one or more [header commands](#header_commands), which
|
- next, they can have one or more [header commands](#header_commands), which
|
||||||
are special comments that the test interpreter knows how to interpret.
|
are special comments that the test interpreter knows how to interpret.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue