提交 bc3e2ad3 编写于 作者: S Shuah Khan

selftests: breakpoint_test: Add missing line breaks

Add missing line breaks between the last two tests.
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册