summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs')
-rw-r--r--src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs b/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
index 8bd68527f..0a3dcbd38 100644
--- a/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
+++ b/src/test/mir-opt/const_prop/const_prop_fails_gracefully.rs
@@ -1,3 +1,4 @@
+// unit-test: ConstProp
#[inline(never)]
fn read(_: usize) { }