summaryrefslogtreecommitdiffstats
path: root/spec/rtems/sem/req/set-priority.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/sem/req/set-priority.yml')
-rw-r--r--spec/rtems/sem/req/set-priority.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/rtems/sem/req/set-priority.yml b/spec/rtems/sem/req/set-priority.yml
index 14243fa8..93b4bf11 100644
--- a/spec/rtems/sem/req/set-priority.yml
+++ b/spec/rtems/sem/req/set-priority.yml
@@ -387,7 +387,7 @@ test-setup:
#if defined(RTEMS_SMP)
sc = rtems_scheduler_ident(
- CONFIG_SCHEDULER_B_NAME,
+ TEST_SCHEDULER_B_NAME,
&ctx->other_scheduler_id
);
T_rsc_success( sc );