diff options
Diffstat (limited to 'tests/debuginfo/multiple-functions.rs')
| -rw-r--r-- | tests/debuginfo/multiple-functions.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/multiple-functions.rs b/tests/debuginfo/multiple-functions.rs index a113ce17855..3f7a0ded91b 100644 --- a/tests/debuginfo/multiple-functions.rs +++ b/tests/debuginfo/multiple-functions.rs @@ -21,15 +21,15 @@ // lldb-command:run // lldb-command:v a -// lldbg-check:[...] 10101 +// lldb-check:[...] 10101 // lldb-command:continue // lldb-command:v b -// lldbg-check:[...] 20202 +// lldb-check:[...] 20202 // lldb-command:continue // lldb-command:v c -// lldbg-check:[...] 30303 +// lldb-check:[...] 30303 #![allow(unused_variables)] #![feature(omit_gdb_pretty_printer_section)] |
