summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxintrcritical01/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-26 13:59:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-28 13:33:56 +0200
commitaf4355459ee843fb984aafe22a7531e922ee753e (patch)
tree5f50190166383c0a79a6a022a55923db26f0c7aa /testsuites/psxtests/psxintrcritical01/init.c
parenttests: Remove obsolete TESTS_USE_PRINTK (diff)
downloadrtems-af4355459ee843fb984aafe22a7531e922ee753e.tar.bz2
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.
Diffstat (limited to 'testsuites/psxtests/psxintrcritical01/init.c')
-rw-r--r--testsuites/psxtests/psxintrcritical01/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxintrcritical01/init.c b/testsuites/psxtests/psxintrcritical01/init.c
index 72686cc9a2..a6a64bad60 100644
--- a/testsuites/psxtests/psxintrcritical01/init.c
+++ b/testsuites/psxtests/psxintrcritical01/init.c
@@ -11,8 +11,6 @@
#include "config.h"
#endif
-#define TEST_INIT
-
#include <tmacros.h>
#include <intrcritical.h>
#include <time.h>