diff options
Diffstat (limited to 'tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs')
-rw-r--r-- | tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs b/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs deleted file mode 100644 index 69bc189dd..000000000 --- a/tests/ui/rfc-2497-if-let-chains/ast-pretty-check.rs +++ /dev/null @@ -1,6 +0,0 @@ -// check-pass -// compile-flags: -Z unpretty=expanded - -fn main() { - if let 0 = 1 {} -} |