summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tx-support.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tx-support.h (renamed from testsuites/validation/tc-support.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/validation/tc-support.h b/testsuites/validation/tx-support.h
index 4ffa4193f0..69cb308d52 100644
--- a/testsuites/validation/tc-support.h
+++ b/testsuites/validation/tx-support.h
@@ -34,8 +34,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _TC_SUPPORT_H
-#define _TC_SUPPORT_H
+#ifndef _TX_SUPPORT_H
+#define _TX_SUPPORT_H
#include <rtems.h>
@@ -100,4 +100,4 @@ void RestoreRunnerPriority( void );
}
#endif
-#endif /* _TC_SUPPORT_H */
+#endif /* _TX_SUPPORT_H */