Skip to content

Commit

Permalink
change selection test to run-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed May 20, 2024
1 parent 7f22e9c commit 413c979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/traits/next-solver/dyn-any-dont-prefer-impl.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ compile-flags: -Znext-solver
//@ check-pass
//@ run-pass

// Test that selection prefers the builtin trait object impl for `Any`
// instead of the user defined impl. Both impls apply to the trait
Expand Down

0 comments on commit 413c979

Please sign in to comment.