summaryrefslogtreecommitdiffstats
path: root/spec/rtems/io/req/putc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/io/req/putc.yml')
-rw-r--r--spec/rtems/io/req/putc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rtems/io/req/putc.yml b/spec/rtems/io/req/putc.yml
index 673d3b81..9265457b 100644
--- a/spec/rtems/io/req/putc.yml
+++ b/spec/rtems/io/req/putc.yml
@@ -86,7 +86,7 @@ test-prepare: null
test-setup: null
test-stop: null
test-support: |
- typedef RtemsIoReqPutc_Context Context;
+ typedef ${.:/test-context-type} Context;
static void Output( int value )
{