summaryrefslogtreecommitdiff
path: root/test/abort.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/abort.c')
-rw-r--r--test/abort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/abort.c b/test/abort.c
index e0069e920f..dcc798861e 100644
--- a/test/abort.c
+++ b/test/abort.c
@@ -3,14 +3,14 @@
* found in the LICENSE file.
*/
-#include <stdlib.h>
-
#include "common.h"
#include "panic.h"
#include "system.h"
#include "task.h"
#include "test_util.h"
+#include <stdlib.h>
+
test_static int test_abort(void)
{
ccprintf("Calling abort\n");