Skip to content

Commit 434556f

Browse files
jyn514mark-i-m
authored andcommitted
Address nits
1 parent d333d1e commit 434556f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/adding.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ source.
179179
supposed to error out.
180180
* `compile-flags` passes extra command-line args to the compiler,
181181
e.g. `compile-flags -g` which forces debuginfo to be enabled.
182-
* `edition` controls the edition the test should be compiled with (defaults to 2015).
183-
Example usage: `// edition:2018`
182+
* `edition` controls the edition the test should be compiled with
183+
(defaults to 2015). Example usage: `// edition:2018`.
184184
* `should-fail` indicates that the test should fail; used for "meta
185185
testing", where we test the compiletest program itself to check that
186186
it will generate errors in appropriate scenarios. This header is

0 commit comments

Comments
 (0)