]> git.proxmox.com Git - rustc.git/blobdiff - src/test/debuginfo/generic-method-on-generic-struct.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / debuginfo / generic-method-on-generic-struct.rs
index fc9ef8e3a98ed01ae87b7621a896a80a6662d7c3..14df15242dfdeab0f6e9cb7e56fa75af16c5b3ba 100644 (file)
@@ -18,7 +18,7 @@
 
 // STACK BY REF
 // gdb-command:print *self
-// gdb-check:$1 = {x = {8888, -8888}}
+// gdb-check:$1 = {x = {__0 = 8888, __1 = -8888}}
 // gdb-command:print arg1
 // gdb-check:$2 = -1
 // gdb-command:print arg2
@@ -27,7 +27,7 @@
 
 // STACK BY VAL
 // gdb-command:print self
-// gdb-check:$4 = {x = {8888, -8888}}
+// gdb-check:$4 = {x = {__0 = 8888, __1 = -8888}}
 // gdb-command:print arg1
 // gdb-check:$5 = -3
 // gdb-command:print arg2