aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/breakpoints/breakpoint_test.c
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2017-07-24 10:20:07 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2017-07-26 10:32:31 -0600
commitbc3e2ad395e3b41183c0bc5b4958e465f5f46017 (patch)
tree9ac5cb3ac0a5ea4d66db5b43c3a53639fb4891b5 /tools/testing/selftests/breakpoints/breakpoint_test.c
parentselftests: Fix installation for splice test (diff)
downloadlinux-dev-bc3e2ad395e3b41183c0bc5b4958e465f5f46017.tar.xz
linux-dev-bc3e2ad395e3b41183c0bc5b4958e465f5f46017.zip
selftests: breakpoint_test: Add missing line breaks
Add missing line breaks between the last two tests. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/breakpoints/breakpoint_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/breakpoints/breakpoint_test.c b/tools/testing/selftests/breakpoints/breakpoint_test.c
index f63356151ad4..901b85ea6a59 100644
--- a/tools/testing/selftests/breakpoints/breakpoint_test.c
+++ b/tools/testing/selftests/breakpoints/breakpoint_test.c
@@ -367,11 +367,11 @@ static void launch_tests(void)
/* Icebp traps */
ptrace(PTRACE_CONT, child_pid, NULL, 0);
- check_success("Test icebp");
+ check_success("Test icebp\n");
/* Int 3 traps */
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);
}