summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2019-07-08 13:19:54 -0700
committergVisor bot <gvisor-bot@google.com>2019-07-08 13:54:58 -0700
commite45d724948cf03a7aca871971e75f2cfe1a3bc1f (patch)
tree8b95006dd63fddd947994bcd3af23ee3058f8386 /test
parentc2cebbc8da6a1556e5fa6b304863928576bf3e15 (diff)
Internal change.
PiperOrigin-RevId: 257042681
Diffstat (limited to 'test')
-rw-r--r--test/util/test_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/util/test_util.cc b/test/util/test_util.cc
index 4fe15afaa..e42bba04a 100644
--- a/test/util/test_util.cc
+++ b/test/util/test_util.cc
@@ -231,7 +231,6 @@ void TestInit(int* argc, char*** argv) {
sa.sa_handler = SIG_IGN;
TEST_CHECK(sigaction(SIGPIPE, &sa, nullptr) == 0);
}
- gvisor:case-end
} // namespace testing
} // namespace gvisor