about summary refs log tree commit diff
path: root/tests/mir-opt/gvn_copy_moves.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/gvn_copy_moves.rs')
-rw-r--r--tests/mir-opt/gvn_copy_moves.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/gvn_copy_moves.rs b/tests/mir-opt/gvn_copy_moves.rs
index d216825e5e6..9d83a19e4a5 100644
--- a/tests/mir-opt/gvn_copy_moves.rs
+++ b/tests/mir-opt/gvn_copy_moves.rs
@@ -1,4 +1,4 @@
-// unit-test: GVN
+//@ unit-test: GVN
 
 #![feature(custom_mir, core_intrinsics)]
 extern crate core;