]> git.proxmox.com Git - rustc.git/blobdiff - src/test/debuginfo/associated-types.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / debuginfo / associated-types.rs
index ebaad663bb4e74488f4c2f635a9bc0c0efd178b1..ccd94022711cd7362408154793d7b80f6cff185b 100644 (file)
@@ -16,7 +16,8 @@
 // gdb-command:run
 
 // gdb-command:print arg
-// gdb-check:$1 = {b = -1, b1 = 0}
+// gdbg-check:$1 = {b = -1, b1 = 0}
+// gdbr-check:$1 = associated_types::Struct<i32> {b: -1, b1: 0}
 // gdb-command:continue
 
 // gdb-command:print inferred
@@ -30,7 +31,8 @@
 // gdb-command:continue
 
 // gdb-command:print arg
-// gdb-check:$5 = {__0 = 4, __1 = 5}
+// gdbg-check:$5 = {__0 = 4, __1 = 5}
+// gdbr-check:$5 = (4, 5)
 // gdb-command:continue
 
 // gdb-command:print a