summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/issue-67684.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-types/issue-67684.rs')
-rw-r--r--tests/ui/associated-types/issue-67684.rs8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/ui/associated-types/issue-67684.rs b/tests/ui/associated-types/issue-67684.rs
index 49efe8a1b..c6920cf8d 100644
--- a/tests/ui/associated-types/issue-67684.rs
+++ b/tests/ui/associated-types/issue-67684.rs
@@ -1,4 +1,10 @@
-// check-pass
+// revisions: check build
+// [check]check-pass
+//
+// This second configuration aims to verify that we do not ICE in ConstProp because of
+// normalization failure.
+// [build]build-pass
+// [build]compile-flags: -Zmir-opt-level=3 --emit=mir
#![allow(dead_code)]