[rtems-central commit] spec: Fix format
Sebastian Huber
sebh at rtems.org
Tue May 18 18:55:34 UTC 2021
Module: rtems-central
Branch: master
Commit: 7c90eff5cf9f6c8008dbb32ef8ba24c048f968e1
Changeset: http://git.rtems.org/rtems-central/commit/?id=7c90eff5cf9f6c8008dbb32ef8ba24c048f968e1
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue May 18 20:55:04 2021 +0200
spec: Fix format
---
spec/c/req/clock-nanosleep.yml | 2 +-
spec/rtems/task/req/wake-after.yml | 2 +-
spec/rtems/task/req/wake-when.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/spec/c/req/clock-nanosleep.yml b/spec/c/req/clock-nanosleep.yml
index 9da4f21..fbec98d 100644
--- a/spec/c/req/clock-nanosleep.yml
+++ b/spec/c/req/clock-nanosleep.yml
@@ -364,7 +364,7 @@ test-setup:
StartTask( ctx->worker_id, Worker, ctx );
description: null
test-stop: null
-test-support:
+test-support: |
typedef CReqClockNanosleep_Context Context;
static void Worker( rtems_task_argument arg )
diff --git a/spec/rtems/task/req/wake-after.yml b/spec/rtems/task/req/wake-after.yml
index 4a52db3..860796f 100644
--- a/spec/rtems/task/req/wake-after.yml
+++ b/spec/rtems/task/req/wake-after.yml
@@ -148,7 +148,7 @@ test-setup:
StartTask( ctx->worker_id, Worker, ctx );
description: null
test-stop: null
-test-support:
+test-support: |
typedef RtemsTaskReqWakeAfter_Context Context;
static void Worker( rtems_task_argument arg )
diff --git a/spec/rtems/task/req/wake-when.yml b/spec/rtems/task/req/wake-when.yml
index f7576eb..2551d3b 100644
--- a/spec/rtems/task/req/wake-when.yml
+++ b/spec/rtems/task/req/wake-when.yml
@@ -210,7 +210,7 @@ test-setup:
StartTask( ctx->worker_id, Worker, ctx );
description: null
test-stop: null
-test-support:
+test-support: |
typedef RtemsTaskReqWakeWhen_Context Context;
static void SetTOD( rtems_time_of_day *tod, uint32_t year )
More information about the vc
mailing list