The testRun function uses getopt(), which is troublesome because the bundled implementation is part of the front-end

This commit is contained in:
Schaich 2021-03-30 18:45:23 +09:00
parent 443e696411
commit 779a318c93

View file

@ -41,6 +41,7 @@
#include <setjmp.h>
#endif
#include <assert.h>
#include <getopt.h>
#include <limits.h>
#include <unistd.h>
#include <errno.h>