Skip to content

Commit 89d3be4

Browse files
spastorinomark-i-m
authored andcommitted
All the text is at the time of this writing
1 parent 320624a commit 89d3be4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/compiletest.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ Here is an example, specifying the `must-compile-successfully` header command,
5858
which takes no arguments, followed by the `failure-status` header command,
5959
which takes a single argument (which, in this case is a value of 1).
6060
`failure-status` is instructing `compiletest` to expect a failure status of 1
61-
(rather than the current Rust default of 101 at the time of this writing). The
62-
header command and the argument list (if present) are typically separated by a
63-
colon:
61+
(rather than the current Rust default of 101). The header command and
62+
the argument list (if present) are typically separated by a colon:
6463

6564
```rust,ignore
6665
// must-compile-successfully

0 commit comments

Comments
 (0)