Remove accidental comment

This commit is contained in:
Justine Tunney 2022-09-04 00:41:09 -07:00
parent 8569704c1d
commit e1590e1e38
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -25,7 +25,6 @@
#include "libc/testlib/subprocess.h"
#include "libc/testlib/testlib.h"
#if 0
TEST(abort, sysv) {
if (IsWindows()) return;
SPAWN(fork);
@ -85,7 +84,6 @@ TEST(abort, ign_stillTerminates_windows) {
}
////////////////////////////////////////////////////////////////////////////////
#endif
void Ignore(int sig) {
}