diff --git a/tests/debuginfo/path.rs b/tests/debuginfo/path.rs index 27b518fd89751..2fffadd8510ce 100644 --- a/tests/debuginfo/path.rs +++ b/tests/debuginfo/path.rs @@ -8,12 +8,8 @@ //@ lldb-command:print pathbuf //@ 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' } } } } -//@ lldb-command:po pathbuf -//@ lldb-check:"/some/path" //@ lldb-command:print path //@ lldb-check:[...] "/some/path" { data_ptr = [...] length = 10 } -//@ lldb-command:po path -//@ lldb-check:"/some/path" use std::path::Path;