Skip to content

Commit 1277f2a

Browse files
authored
Merge pull request #196 from dwijnand/patch-1
No copyright notices on new tests
2 parents 81fd1c0 + ad03ec4 commit 1277f2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/adding.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ To add a new test, the first thing you generally do is to create a
99
file, typically a Rust source file. Test files have a particular
1010
structure:
1111

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

0 commit comments

Comments
 (0)