There was an error while loading. Please reload this page.
2 parents b954122 + d4e4f9a commit 7ca6154Copy full SHA for 7ca6154
1 file changed
tests/debuginfo/path.rs
@@ -7,13 +7,9 @@
7
//@ lldb-command:run
8
9
//@ 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"
+//@ lldb-check:[...] "/some/path" [...]
13
//@ lldb-command:print path
14
-//@ lldb-check:[...] "/some/path" { data_ptr = [...] length = 10 }
15
-//@ lldb-command:po path
16
17
18
use std::path::Path;
19
0 commit comments