Skip to content

Commit

Permalink
Merge pull request rust-lang#196 from dwijnand/patch-1
Browse files Browse the repository at this point in the history
No copyright notices on new tests
  • Loading branch information
nikomatsakis authored Sep 7, 2018
2 parents 81fd1c0 + ad03ec4 commit 1277f2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/adding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
structure:

- They always begin with the [copyright notice](./conventions.html#copyright);
- then they should have some kind of
- They should have some kind of
[comment explaining what the test is about](#explanatory_comment);
- next, they can have one or more [header commands](#header_commands), which
are special comments that the test interpreter knows how to interpret.
Expand Down

0 comments on commit 1277f2a

Please sign in to comment.