Skip to content

Commit 0410e32

Browse files
committed
Changed tests to check-pass.
1 parent 0994cf4 commit 0410e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/associated-type-bounds/ambiguous-associated-type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// check-pass
22

33
#![feature(associated_type_bounds)]
44

src/test/ui/associated-type-bounds/issue-61752.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// run-pass
1+
// check-pass
22

33
#![feature(associated_type_bounds)]
44

0 commit comments

Comments
 (0)