Internal change.

PiperOrigin-RevId: 257042681
This commit is contained in:
gVisor bot
2019-07-08 13:54:58 -07:00
parent c2cebbc8da
commit e45d724948
-1
View File
@@ -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