diff options
Diffstat (limited to 'tests/ui/drop/issue-35546.rs')
| -rw-r--r-- | tests/ui/drop/issue-35546.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/drop/issue-35546.rs b/tests/ui/drop/issue-35546.rs index 004679a6240..20b2eb3b821 100644 --- a/tests/ui/drop/issue-35546.rs +++ b/tests/ui/drop/issue-35546.rs @@ -1,4 +1,4 @@ -// build-pass +//@ build-pass #![allow(dead_code)] // Regression test for #35546. Check that we are able to codegen // this. Before we had problems because of the drop glue signature |
