Skip to content

Commit b4d0f54

Browse files
committed
Try ui_test-style directives
1 parent 83f93a3 commit b4d0f54

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/debuginfo/path.rs

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

1616
use std::path::Path;
1717

0 commit comments

Comments
 (0)