summaryrefslogtreecommitdiffstats
path: root/spec/rtems/object/val/object.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/object/val/object.yml')
-rw-r--r--spec/rtems/object/val/object.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/object/val/object.yml b/spec/rtems/object/val/object.yml
index 4fcfed64..1acda57e 100644
--- a/spec/rtems/object/val/object.yml
+++ b/spec/rtems/object/val/object.yml
@@ -78,7 +78,7 @@ test-actions:
- brief: |
Check that the accumulated name has the expected value.
code: |
- T_step_eq_u32( ${step}, accumulated_name, 0x51515100 );
+ T_step_eq_u32( ${.:/step}, accumulated_name, 0x51515100 );
links:
- role: validation
uid: ../req/build-name
@@ -99,7 +99,7 @@ test-actions:
- brief: |
Check that the returned value is one.
code: |
- T_step_eq_u32( ${step}, node, 1 );
+ T_step_eq_u32( ${.:/step}, node, 1 );
links: []
links:
- role: validation