mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Remove po checks from debuginfo path test
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
//@ lldb-command:run
|
||||
|
||||
//@ lldb-command:print pathbuf
|
||||
//@ lldb-check:[...] "/some/path" [...]
|
||||
//@ 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:print path
|
||||
//@ lldb-check:[...] "/some/path" [...]
|
||||
//@ lldb-check:[...] "/some/path" { data_ptr = [...] length = 10 }
|
||||
|
||||
use std::path::Path;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user