summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-intr-entry-install.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 15:49:53 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commit40cc4f5009dd248d803ea25a0d1277951e9abb0b (patch)
tree34aa5a9d9354e1124ffc7d09b2f2e40820a0e47c /testsuites/validation/tc-intr-entry-install.c
parentlibtest: Increase line length (diff)
downloadrtems-40cc4f5009dd248d803ea25a0d1277951e9abb0b.tar.bz2
validation: Improve support library
Update #3716.
Diffstat (limited to '')
-rw-r--r--testsuites/validation/tc-intr-entry-install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/validation/tc-intr-entry-install.c b/testsuites/validation/tc-intr-entry-install.c
index 37583249aa..f5280c1e73 100644
--- a/testsuites/validation/tc-intr-entry-install.c
+++ b/testsuites/validation/tc-intr-entry-install.c
@@ -1041,7 +1041,7 @@ static void RtemsIntrReqEntryInstall_Setup(
rtems_status_code sc;
ctx->initialized_during_setup = bsp_interrupt_is_initialized();
- ctx->test_vector = GetTestableInterruptVector();
+ ctx->test_vector = GetTestableInterruptVector( NULL );
sc = rtems_interrupt_get_attributes( ctx->test_vector, &ctx->attributes );
T_rsc_success( sc );
}