Skip to content

Commit 9e0fb6f

Browse files
committed
Make both polonius loans tests check-pass
1 parent 606f798 commit 9e0fb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/nll/polonius/call-kills-loans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// by NLL but was incorrectly rejected by Polonius because of these
55
// missing `killed` facts.
66

7-
// build-pass
7+
// check-pass
88
// compile-flags: -Z borrowck=mir -Z polonius
99
// ignore-compare-mode-nll
1010

src/test/ui/nll/polonius/storagedead-kills-loans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// is correctly accepted by NLL but was incorrectly rejected by
44
// Polonius because of these missing `killed` facts.
55

6-
// build-pass
6+
// check-pass
77
// compile-flags: -Z borrowck=mir -Z polonius
88
// ignore-compare-mode-nll
99

0 commit comments

Comments
 (0)