summaryrefslogtreecommitdiffstats
path: root/tests/ui/dyn-star/box.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/dyn-star/box.rs')
-rw-r--r--tests/ui/dyn-star/box.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/dyn-star/box.rs b/tests/ui/dyn-star/box.rs
index d1f1819d9..87c8356a1 100644
--- a/tests/ui/dyn-star/box.rs
+++ b/tests/ui/dyn-star/box.rs
@@ -1,5 +1,7 @@
// run-pass
-// compile-flags: -C opt-level=0
+// revisions: current next
+//[current] compile-flags: -C opt-level=0
+//[next] compile-flags: -Ztrait-solver=next -C opt-level=0
#![feature(dyn_star)]
#![allow(incomplete_features)]