Commit bc3e2ad3 authored by Shuah Khan's avatar Shuah Khan

selftests: breakpoint_test: Add missing line breaks

Add missing line breaks between the last two tests.
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 5cc3027f
...@@ -367,11 +367,11 @@ static void launch_tests(void) ...@@ -367,11 +367,11 @@ static void launch_tests(void)
/* Icebp traps */ /* Icebp traps */
ptrace(PTRACE_CONT, child_pid, NULL, 0); ptrace(PTRACE_CONT, child_pid, NULL, 0);
check_success("Test icebp"); check_success("Test icebp\n");
/* Int 3 traps */ /* Int 3 traps */
ptrace(PTRACE_CONT, child_pid, NULL, 0); ptrace(PTRACE_CONT, child_pid, NULL, 0);
check_success("Test int 3 trap"); check_success("Test int 3 trap\n");
ptrace(PTRACE_CONT, child_pid, NULL, 0); ptrace(PTRACE_CONT, child_pid, NULL, 0);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment