about summary refs log tree commit diff
path: root/src/test/debuginfo/pretty-huge-vec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/pretty-huge-vec.rs')
-rw-r--r--src/test/debuginfo/pretty-huge-vec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/pretty-huge-vec.rs b/src/test/debuginfo/pretty-huge-vec.rs
index 67155b4e9f0..84f76ba4e6e 100644
--- a/src/test/debuginfo/pretty-huge-vec.rs
+++ b/src/test/debuginfo/pretty-huge-vec.rs
@@ -13,7 +13,7 @@
 // gdb-check:$1 = Vec(size=1000000000) = {[...]...}
 
 // gdb-command: print slice
-// gdb-check:$2 = &[u8] {data_ptr: [...], length: 1000000000}
+// gdb-check:$2 = &[u8](size=1000000000) = {[...]...}
 
 #![allow(unused_variables)]