File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- // ignore-gdb
1+ //@ ignore-gdb
22
3- // compile-flags:-g
3+ //@ compile-flags:-g
44
5- // === LLDB TESTS ==================================================================================
5+ //@ === LLDB TESTS ==================================================================================
66
7- // lldb-command:run
7+ //@ lldb-command:run
88
9- // lldb-command:print pathbuf
10- // lldb-check:[...]$0 = "/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"
13- // lldb-command:print path
14- // lldb-check:[...]$1 = "/some/path" { data_ptr = [...] length = 10 }
9+ //@ lldb-command:print pathbuf
10+ //@ lldb-check:[...]$0 = "/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"
13+ //@ lldb-command:print path
14+ //@ lldb-check:[...]$1 = "/some/path" { data_ptr = [...] length = 10 }
1515
1616use std:: path:: Path ;
1717
You can’t perform that action at this time.
0 commit comments