summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/val/basedefs-no-debug.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/basedefs/val/basedefs-no-debug.yml')
-rw-r--r--spec/rtems/basedefs/val/basedefs-no-debug.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/rtems/basedefs/val/basedefs-no-debug.yml b/spec/rtems/basedefs/val/basedefs-no-debug.yml
index 291011a2..9a0dab01 100644
--- a/spec/rtems/basedefs/val/basedefs-no-debug.yml
+++ b/spec/rtems/basedefs/val/basedefs-no-debug.yml
@@ -15,7 +15,7 @@ test-actions:
Check that the string is equal to the expected statement.
code: |
T_step_true(
- ${step},
+ ${.:/step},
IsEqualIgnoreWhiteSpace(
s,
"__builtin_unreachable()"
@@ -36,7 +36,7 @@ test-actions:
Check that the string is equal to the expected function name.
code: |
T_step_true(
- ${step},
+ ${.:/step},
IsEqualIgnoreWhiteSpace(
s,
"RtemsBasedefsValBasedefsNoDebug_Action_1"