From e45d724948cf03a7aca871971e75f2cfe1a3bc1f Mon Sep 17 00:00:00 2001 From: gVisor bot <gvisor-bot@google.com> Date: Mon, 8 Jul 2019 13:19:54 -0700 Subject: Internal change. PiperOrigin-RevId: 257042681 --- test/util/test_util.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3