diff options
Diffstat (limited to 'tests/ui/dropck/cleanup-arm-conditional.rs')
| -rw-r--r-- | tests/ui/dropck/cleanup-arm-conditional.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/dropck/cleanup-arm-conditional.rs b/tests/ui/dropck/cleanup-arm-conditional.rs index 38c717089c4..94b38080189 100644 --- a/tests/ui/dropck/cleanup-arm-conditional.rs +++ b/tests/ui/dropck/cleanup-arm-conditional.rs @@ -1,11 +1,11 @@ -// run-pass +//@ run-pass #![allow(stable_features)] #![allow(unused_imports)] // Test that cleanup scope for temporaries created in a match // arm is confined to the match arm itself. -// pretty-expanded FIXME #23616 +//@ pretty-expanded FIXME #23616 #![feature(os)] |
