diff options
Diffstat (limited to 'tests/ui/parser/self-param-syntactic-pass.rs')
| -rw-r--r-- | tests/ui/parser/self-param-syntactic-pass.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/parser/self-param-syntactic-pass.rs b/tests/ui/parser/self-param-syntactic-pass.rs index d7bb7863c07..c7fdc529716 100644 --- a/tests/ui/parser/self-param-syntactic-pass.rs +++ b/tests/ui/parser/self-param-syntactic-pass.rs @@ -1,7 +1,7 @@ // This test ensures that `self` is syntactically accepted in all places an `FnDecl` is parsed. // FIXME(Centril): For now closures are an exception. -// check-pass +//@ check-pass fn main() {} |
