summaryrefslogtreecommitdiffstats
path: root/spec/score/thread/val/fatal-idle-thread-create-failed.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/score/thread/val/fatal-idle-thread-create-failed.yml')
-rw-r--r--spec/score/thread/val/fatal-idle-thread-create-failed.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/score/thread/val/fatal-idle-thread-create-failed.yml b/spec/score/thread/val/fatal-idle-thread-create-failed.yml
index a2bc547f..6235c1d6 100644
--- a/spec/score/thread/val/fatal-idle-thread-create-failed.yml
+++ b/spec/score/thread/val/fatal-idle-thread-create-failed.yml
@@ -13,7 +13,7 @@ test-actions:
- brief: |
Check that the expected fatal source is present.
code: |
- T_step_eq_int( ${step}, ctx->source, INTERNAL_ERROR_CORE );
+ T_step_eq_int( ${.:/step}, ctx->source, INTERNAL_ERROR_CORE );
links:
- role: validation
uid: ../req/fatal-idle-thread-create-failed
@@ -21,7 +21,7 @@ test-actions:
Check that the expected fatal code is present.
code: |
T_step_eq_ulong(
- ${step},
+ ${.:/step},
ctx->code,
INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED
);