diff options
Diffstat (limited to 'tests/ui/parser/extern-crate-async.rs')
| -rw-r--r-- | tests/ui/parser/extern-crate-async.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/extern-crate-async.rs b/tests/ui/parser/extern-crate-async.rs index 6a54ac7f4a5..7c7769075b6 100644 --- a/tests/ui/parser/extern-crate-async.rs +++ b/tests/ui/parser/extern-crate-async.rs @@ -1,7 +1,7 @@ // Make sure that we don't parse `extern crate async` // the front matter of a function leading us astray. -// check-pass +//@ check-pass fn main() {} |
