Use the right version of this test file.

pull/140/head
Dan Gohman 5 years ago
parent a53e1fab41
commit 9125e38907

@ -3,8 +3,8 @@
#include <stdlib.h>
int main(void) {
fprintf("raising SIGABRT...\n");
fprintf(stderr, "raising SIGABRT...\n");
raise(SIGABRT);
fprintf("oops!\n");
fprintf(stderr, "oops!\n");
return EXIT_FAILURE;
}

Loading…
Cancel
Save