Skip to content

Commit 5b981a8

Browse files
committed
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.
1 parent 2431977 commit 5b981a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/match/enum-and-break-in-match-issue-41213.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-pass
1+
//@ check-pass
22
#![allow(dead_code)]
33
enum A {
44
A1,

tests/ui/while/while-let-scope-issue-40235.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-pass
1+
//@ check-pass
22
#![allow(unused_variables)]
33
fn foo() {}
44

0 commit comments

Comments
 (0)