diff options
| author | DuskyElf <91879372+DuskyElf@users.noreply.github.com> | 2025-02-04 21:42:43 +0530 |
|---|---|---|
| committer | DuskyElf <91879372+DuskyElf@users.noreply.github.com> | 2025-02-04 21:42:43 +0530 |
| commit | 5b981a8e9182bc81e76e7eb778611582e5e636be (patch) | |
| tree | 686fc6fe46656145052ae7b80aba8e119b7790cf | |
| parent | 2431977ecfe6e88e71ddad8bf0bb9a10f9a6256c (diff) | |
| download | rust-5b981a8e9182bc81e76e7eb778611582e5e636be.tar.gz rust-5b981a8e9182bc81e76e7eb778611582e5e636be.zip | |
Quickfix `//@ check-pass` is enough
tests/ui/match/enum-and-break-in-match-issue-41213.rs and tests/ui/while/while-let-scope-issue-40235.rs doesn't need to be run.
| -rw-r--r-- | tests/ui/match/enum-and-break-in-match-issue-41213.rs | 2 | ||||
| -rw-r--r-- | tests/ui/while/while-let-scope-issue-40235.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/match/enum-and-break-in-match-issue-41213.rs b/tests/ui/match/enum-and-break-in-match-issue-41213.rs index 97f80a99a83..7c42a3629c9 100644 --- a/tests/ui/match/enum-and-break-in-match-issue-41213.rs +++ b/tests/ui/match/enum-and-break-in-match-issue-41213.rs @@ -1,4 +1,4 @@ -//@ run-pass +//@ check-pass #![allow(dead_code)] enum A { A1, diff --git a/tests/ui/while/while-let-scope-issue-40235.rs b/tests/ui/while/while-let-scope-issue-40235.rs index 2bdbb2f229e..7d5dfc64a90 100644 --- a/tests/ui/while/while-let-scope-issue-40235.rs +++ b/tests/ui/while/while-let-scope-issue-40235.rs @@ -1,4 +1,4 @@ -//@ run-pass +//@ check-pass #![allow(unused_variables)] fn foo() {} |
