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