summaryrefslogtreecommitdiffstats
path: root/tests/ui/chalkify/inherent_impl_min.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/chalkify/inherent_impl_min.rs (renamed from src/test/ui/chalkify/inherent_impl_min.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/chalkify/inherent_impl_min.rs b/tests/ui/chalkify/inherent_impl_min.rs
index 774c46e40..3eda7102d 100644
--- a/src/test/ui/chalkify/inherent_impl_min.rs
+++ b/tests/ui/chalkify/inherent_impl_min.rs
@@ -1,5 +1,5 @@
// run-pass
-// compile-flags: -Z chalk
+// compile-flags: -Z trait-solver=chalk
trait Foo { }