summaryrefslogtreecommitdiffstats
path: root/spec/rtems/sem/req/set-priority.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-17 17:32:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-17 17:55:18 +0200
commit2085243b4d063ee571313d53b1fd6c0de9dd5816 (patch)
tree7b367a5e81e8e3007e997c36f9c5c900897538bd /spec/rtems/sem/req/set-priority.yml
parentspec: Move TQ get owner to base context (diff)
downloadrtems-central-2085243b4d063ee571313d53b1fd6c0de9dd5816.tar.bz2
validation: Add ${.:/test-context-type}
Add and use ${.:/test-context-type} and ${.:/test-context-instance} substitutions.
Diffstat (limited to 'spec/rtems/sem/req/set-priority.yml')
-rw-r--r--spec/rtems/sem/req/set-priority.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rtems/sem/req/set-priority.yml b/spec/rtems/sem/req/set-priority.yml
index f019d322..fad724db 100644
--- a/spec/rtems/sem/req/set-priority.yml
+++ b/spec/rtems/sem/req/set-priority.yml
@@ -403,7 +403,7 @@ test-stop: null
test-support: |
#define NAME rtems_build_name( 'T', 'E', 'S', 'T' )
- typedef RtemsSemReqSetPriority_Context Context;
+ typedef ${.:/test-context-type} Context;
static void ReleaseSemaphore( const Context *ctx )
{