Skip to content

Commit 7ca6154

Browse files
committed
Auto merge of #156769 - fallofpheonix:fix-path-lldb-macos, r=<try>
Use print instead of po in debuginfo path test try-job: aarch64-apple
2 parents b954122 + d4e4f9a commit 7ca6154

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tests/debuginfo/path.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@
77
//@ lldb-command:run
88

99
//@ lldb-command:print pathbuf
10-
//@ lldb-check:[...] "/some/path" { inner = "/some/path" { inner = { inner = size=10 { [0] = '/' [1] = 's' [2] = 'o' [3] = 'm' [4] = 'e' [5] = '/' [6] = 'p' [7] = 'a' [8] = 't' [9] = 'h' } } } }
11-
//@ lldb-command:po pathbuf
12-
//@ lldb-check:"/some/path"
10+
//@ lldb-check:[...] "/some/path" [...]
1311
//@ lldb-command:print path
14-
//@ lldb-check:[...] "/some/path" { data_ptr = [...] length = 10 }
15-
//@ lldb-command:po path
16-
//@ lldb-check:"/some/path"
12+
//@ lldb-check:[...] "/some/path" [...]
1713

1814
use std::path::Path;
1915

0 commit comments

Comments
 (0)