From af4355459ee843fb984aafe22a7531e922ee753e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Oct 2017 13:59:11 +0200 Subject: tests: Remove TEST_INIT The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199. --- testsuites/psxtests/psxgetrusage01/init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/psxtests/psxgetrusage01/init.c') diff --git a/testsuites/psxtests/psxgetrusage01/init.c b/testsuites/psxtests/psxgetrusage01/init.c index 8723386366..590bc20e77 100644 --- a/testsuites/psxtests/psxgetrusage01/init.c +++ b/testsuites/psxtests/psxgetrusage01/init.c @@ -19,8 +19,6 @@ extern int getrusage(int who, struct rusage *usage); #endif -#define TEST_INIT - #include #include "test_support.h" -- cgit v1.2.3