summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/ptrace.cc
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2020-04-03 11:37:16 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-03 11:38:37 -0700
commitea98693d915ebb55bb6b93797bc58d7675ffbe9d (patch)
treef19240ecf632ca4750ec73a6befbe042bc5d1de9 /test/syscalls/linux/ptrace.cc
parent1921c246a9907cd1623af4aabde086af9cf172d8 (diff)
Add missing newline
PiperOrigin-RevId: 304659346
Diffstat (limited to 'test/syscalls/linux/ptrace.cc')
-rw-r--r--test/syscalls/linux/ptrace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/ptrace.cc b/test/syscalls/linux/ptrace.cc
index bfe3e2603..cb828ff88 100644
--- a/test/syscalls/linux/ptrace.cc
+++ b/test/syscalls/linux/ptrace.cc
@@ -1188,7 +1188,7 @@ TEST(PtraceTest, SeizeSetOptions) {
// gVisor is not susceptible to this race because
// kernel.Task.waitCollectTraceeStopLocked() checks specifically for an
// active ptraceStop, which is not initiated if SIGKILL is pending.
- std::cout << "Observed syscall-exit after SIGKILL";
+ std::cout << "Observed syscall-exit after SIGKILL" << std::endl;
ASSERT_THAT(waitpid(child_pid, &status, 0),
SyscallSucceedsWithValue(child_pid));
}