summaryrefslogtreecommitdiffstats
path: root/spec/rtems/cache/val/cache.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/cache/val/cache.yml')
-rw-r--r--spec/rtems/cache/val/cache.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/rtems/cache/val/cache.yml b/spec/rtems/cache/val/cache.yml
index db6128d0..cc0ef1e4 100644
--- a/spec/rtems/cache/val/cache.yml
+++ b/spec/rtems/cache/val/cache.yml
@@ -280,7 +280,7 @@ test-actions:
Check that the maximal cache line size is greater than or equal to the
data cache line size.
code: |
- T_step_ge_sz( ${step}, maximal_line_size, data_line_size );
+ T_step_ge_sz( ${.:/step}, maximal_line_size, data_line_size );
links:
- role: validation
uid: ../req/get-maximal-line-size
@@ -288,7 +288,7 @@ test-actions:
Check that the maximal cache line size is greater than or equal to the
instruction cache line size.
code: |
- T_step_ge_sz( ${step}, maximal_line_size, instruction_line_size );
+ T_step_ge_sz( ${.:/step}, maximal_line_size, instruction_line_size );
links:
- role: validation
uid: ../req/get-maximal-line-size
@@ -318,7 +318,7 @@ test-actions:
Check that the maximal cache line size is greater than or equal to the
data cache line size.
code: |
- T_step_ge_sz( ${step}, maximal_line_size, data_line_size );
+ T_step_ge_sz( ${.:/step}, maximal_line_size, data_line_size );
links:
- role: validation
uid: ../req/get-maximal-line-size
@@ -326,7 +326,7 @@ test-actions:
Check that the maximal cache line size is greater than or equal to the
instruction cache line size.
code: |
- T_step_ge_sz( ${step}, maximal_line_size, instruction_line_size );
+ T_step_ge_sz( ${.:/step}, maximal_line_size, instruction_line_size );
links:
- role: validation
uid: ../req/get-maximal-line-size