Skip to content
Prev Previous commit
Changed tests to check-pass.
  • Loading branch information
Alexander Regueiro committed Aug 5, 2019
commit 0410e320e28d0d2dfcc99d4d5ffcf7a6e5559b89
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// build-pass (FIXME(62277): could be check-pass?)
// check-pass

#![feature(associated_type_bounds)]

Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/associated-type-bounds/issue-61752.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// run-pass
// check-pass

#![feature(associated_type_bounds)]

Expand Down