summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/monitor02/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/monitor02/init.c')
-rw-r--r--testsuites/libtests/monitor02/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/libtests/monitor02/init.c b/testsuites/libtests/monitor02/init.c
index 9ea6207b1b..22818cc441 100644
--- a/testsuites/libtests/monitor02/init.c
+++ b/testsuites/libtests/monitor02/init.c
@@ -35,7 +35,6 @@ rtems_task Init(
rtems_task_argument argument
)
{
-#if !BSP_SMALL_MEMORY
int i;
int argc;
char *argv[MAX_ARGS];
@@ -51,8 +50,5 @@ rtems_task Init(
}
}
TEST_END();
-#else
- puts( "TARGET MEMORY TOO SMALL TO RUN\n\n");
-#endif
rtems_test_exit(0);
}