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/psxglobalcon01/init.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/psxtests/psxglobalcon01/init.cc') diff --git a/testsuites/psxtests/psxglobalcon01/init.cc b/testsuites/psxtests/psxglobalcon01/init.cc index f531410424..d4855261be 100644 --- a/testsuites/psxtests/psxglobalcon01/init.cc +++ b/testsuites/psxtests/psxglobalcon01/init.cc @@ -16,8 +16,6 @@ #include "config.h" #endif -#define TEST_INIT - #include "tmacros.h" const char rtems_test_name[] = "PSXGLOBALCON 1"; -- cgit v1.2.3