]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debuginfo/pretty-huge-vec.rs
Fix failed tests related to pointer printing when using GDB 10
[rust.git] / src / test / debuginfo / pretty-huge-vec.rs
index cbd2278f7e27c863f3dd5211e5022f82afc5f0a3..67155b4e9f09ed5dde8761f70f627151061a3ae2 100644 (file)
@@ -13,7 +13,7 @@
 // gdb-check:$1 = Vec(size=1000000000) = {[...]...}
 
 // gdb-command: print slice
-// gdb-check:$2 = &[u8] {data_ptr: [...]"\000", length: 1000000000}
+// gdb-check:$2 = &[u8] {data_ptr: [...], length: 1000000000}
 
 #![allow(unused_variables)]