]> git.proxmox.com Git - rustc.git/blobdiff - src/test/debuginfo/pretty-std.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / debuginfo / pretty-std.rs
index 9596f0287bc5927835b36072e036cfb8f0470341..2a28c895b797e2c1eab38159b0133d45c5cce8b7 100644 (file)
 // gdb-command: print some_string
 // gdb-check:$8 = Some = {"IAMA optional string!"}
 
+// gdb-command: set print length 5
+// gdb-command: print some_string
+// gdb-check:$8 = Some = {"IAMA "...}
+
 
 // === LLDB TESTS ==================================================================================