about summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-11-01 14:22:55 -0600
committerTom Tromey <tom@tromey.com>2018-11-06 11:46:25 -0700
commit2869fda12c0bd8386371e6e1cac098cf05ed2a5b (patch)
treea5df95fa1fb7940601be4e9783e75df4653a10d8 /src/test/debuginfo
parentf90aab7aa9bb5834b340eaef0326994e5e09b933 (diff)
downloadrust-2869fda12c0bd8386371e6e1cac098cf05ed2a5b.tar.gz
rust-2869fda12c0bd8386371e6e1cac098cf05ed2a5b.zip
Update lldb
This updates lldb to pick up some bug fixes, and makes one minor test
suite fix to account for this.
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/vec-slices.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/vec-slices.rs b/src/test/debuginfo/vec-slices.rs
index 39267edaac0..dba3972a3df 100644
--- a/src/test/debuginfo/vec-slices.rs
+++ b/src/test/debuginfo/vec-slices.rs
@@ -99,7 +99,7 @@
 
 // lldb-command:print padded_tuple
 // lldbg-check:[...]$4 = &[(6, 7), (8, 9)]
-// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *0x555555555030 length = 2 }
+// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *[...] length = 2 }
 
 // lldb-command:print padded_struct
 // lldbg-check:[...]$5 = &[AStruct { x: 10, y: 11, z: 12 }, AStruct { x: 13, y: 14, z: 15 }]