File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
pretty_printers_tests/tests Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
// min-version: 1.33.0
2
2
3
+ // === LLDB TESTS ==================================================================================
4
+
5
+ // lldb-command:run
6
+
7
+ // lldb-command:print a
8
+ // lldbg-check:[...]$0 = 1
9
+ // lldb-command:print b
10
+ // lldbg-check:[...]$1 = 1024
11
+
3
12
// === GDB TESTS ===================================================================================
4
13
5
14
// gdb-command:run
Original file line number Diff line number Diff line change 3
3
// lldb-command:run
4
4
5
5
// lldb-command:print s1
6
- // lldbg-check:[...]$0 = "A ∆й中" [...]
6
+ // lldbg-check:[...]$0 = "xA ∆й中" [...]
7
7
// lldbg-check-201:[...]s1 = "A∆й中" [...]
8
8
// lldb-command:print s2
9
9
// lldbg-check:[...]$1 = "A∆й中" [...]
You can’t perform that action at this time.
0 commit comments