mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Update debuginfo test for newer lldb
For reasons I don't understand, lldb in Xcode 15 no longer prints objects as:
(long) $0 = 19
instead, it is printing them as:
(long) 19
(cherry picked from commit 16b91e887a
)
This commit is contained in:
parent
7757d32571
commit
48c21ba818
@ -20,11 +20,11 @@
|
||||
// lldb-command:run
|
||||
|
||||
// lldb-command:print a
|
||||
// lldb-check: = 19
|
||||
// lldb-check: 19
|
||||
// lldb-command:print b
|
||||
// lldb-check: = 20
|
||||
// lldb-check: 20
|
||||
// lldb-command:print c
|
||||
// lldb-check: = 21.5
|
||||
// lldb-check: 21.5
|
||||
|
||||
fn binding(a: i64, b: u64, c: f64) {
|
||||
let x = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user