summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/remove_storage_markers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/remove_storage_markers.rs')
-rw-r--r--src/test/mir-opt/remove_storage_markers.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/mir-opt/remove_storage_markers.rs b/src/test/mir-opt/remove_storage_markers.rs
index c144d3ff7..f00b82691 100644
--- a/src/test/mir-opt/remove_storage_markers.rs
+++ b/src/test/mir-opt/remove_storage_markers.rs
@@ -1,3 +1,5 @@
+// unit-test: RemoveStorageMarkers
+
// Checks that storage markers are removed at opt-level=0.
//
// compile-flags: -C opt-level=0 -Coverflow-checks=off