about summary refs log tree commit diff
path: root/tests/debuginfo/struct-in-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/struct-in-enum.rs')
-rw-r--r--tests/debuginfo/struct-in-enum.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/struct-in-enum.rs b/tests/debuginfo/struct-in-enum.rs
index a91f24a3f5c..52e419e6b47 100644
--- a/tests/debuginfo/struct-in-enum.rs
+++ b/tests/debuginfo/struct-in-enum.rs
@@ -26,12 +26,12 @@
 
 // lldb-command:run
 
-// lldb-command:print case1
+// lldb-command:v case1
 // lldb-check:[...] Case1(0, Struct { x: 2088533116, y: 2088533116, z: 31868 })
-// lldb-command:print case2
+// lldb-command:v case2
 // lldb-check:[...] Case2(0, 1229782938247303441, 4369)
 
-// lldb-command:print univariant
+// lldb-command:v univariant
 // lldb-check:[...] TheOnlyCase(Struct { x: 123, y: 456, z: 789 })
 
 #![allow(unused_variables)]