sptests/sp65: Fix test names

This commit is contained in:
Sebastian Huber
2016-02-22 06:55:27 +01:00
parent 86a276b5f3
commit 5774b75279
+2 -2
View File
@@ -14,8 +14,6 @@
#include <tmacros.h>
#include <unistd.h>
const char rtems_test_name[] = "SP 65";
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
rtems_task Task_1(rtems_task_argument arg);
@@ -28,6 +26,8 @@ rtems_task Task_1(rtems_task_argument arg);
#define TASK_PRIORITY 1
#endif
const char rtems_test_name[] = "SP " TEST_NAME;
static void assert_priority(rtems_task_priority expected)
{
rtems_status_code sc;