summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/libtests/flashdisk01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/libtests/flashdisk01/init.c b/testsuites/libtests/flashdisk01/init.c
index 972489bdfb..a5053d3ad4 100644
--- a/testsuites/libtests/flashdisk01/init.c
+++ b/testsuites/libtests/flashdisk01/init.c
@@ -18,6 +18,8 @@
#include "tmacros.h"
+const char rtems_test_name[] = "FLASHDISK 1";
+
#if !BSP_SMALL_MEMORY
#include <sys/stat.h>
@@ -34,8 +36,6 @@
#include "test-file-system.h"
-const char rtems_test_name[] = "FLASHDISK 1";
-
/* forward declarations to avoid warnings */
static rtems_task Init(rtems_task_argument argument);