summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-fatal-idle-thread-stack-too-small.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tr-fatal-idle-thread-stack-too-small.c')
-rw-r--r--testsuites/validation/tr-fatal-idle-thread-stack-too-small.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/validation/tr-fatal-idle-thread-stack-too-small.c b/testsuites/validation/tr-fatal-idle-thread-stack-too-small.c
index b5a191b0a2..34a428c883 100644
--- a/testsuites/validation/tr-fatal-idle-thread-stack-too-small.c
+++ b/testsuites/validation/tr-fatal-idle-thread-stack-too-small.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseScoreThreadValFatalIdleThreadStackTooSmall
+ * @ingroup ScoreThreadValFatalIdleThreadStackTooSmall
*/
/*
- * Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2022 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -59,10 +59,10 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseScoreThreadValFatalIdleThreadStackTooSmall \
+ * @defgroup ScoreThreadValFatalIdleThreadStackTooSmall \
* spec:/score/thread/val/fatal-idle-thread-stack-too-small
*
- * @ingroup RTEMSTestSuiteTestsuitesFatalIdleThreadStackTooSmall
+ * @ingroup TestsuitesFatalIdleThreadStackTooSmall
*
* @brief Tests a fatal error caused by a too small idle thread stack size.
*