about summary refs log tree commit diff
path: root/src/test/debuginfo/generic-struct-style-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/generic-struct-style-enum.rs')
-rw-r--r--src/test/debuginfo/generic-struct-style-enum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/generic-struct-style-enum.rs b/src/test/debuginfo/generic-struct-style-enum.rs
index 498d0981e35..eddf4dfd755 100644
--- a/src/test/debuginfo/generic-struct-style-enum.rs
+++ b/src/test/debuginfo/generic-struct-style-enum.rs
@@ -27,7 +27,7 @@
 // gdb-check:$3 = {{Case3, a = 0, b = 22873, c = 22873, d = 22873, e = 22873}, {Case3, a = 0, b = 1499027801, c = 1499027801}, {Case3, a = 0, b = 6438275382588823897}}
 
 // gdb-command:print univariant
-// gdb-check:$4 = {a = -1}
+// gdb-check:$4 = {{a = -1}}
 
 #![feature(struct_variant)]