Skip to content

Commit 7df8ca2

Browse files
committed
Convert test to check-pass
1 parent 92d86cc commit 7df8ca2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/ui/trivial-bounds/trivial-bounds-inconsistent-associated-functions.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// run-pass
1+
// check-pass
2+
// compile-flags: --emit=mir
23
// Force mir to be emitted, to ensure that const
34
// propagation doesn't ICE on a function
45
// with an 'impossible' body. See issue #67696
5-
// compile-flags: --emit=mir,link
66
// Inconsistent bounds with trait implementations
77

88
#![feature(trivial_bounds)]

src/test/ui/trivial-bounds/trivial-bounds-inconsistent-associated-functions.stderr

-2
This file was deleted.

0 commit comments

Comments
 (0)