summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tr-object-ident-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tr-object-ident-local.h')
-rw-r--r--testsuites/validation/tr-object-ident-local.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuites/validation/tr-object-ident-local.h b/testsuites/validation/tr-object-ident-local.h
index 13f6a09997..83ad7e7416 100644
--- a/testsuites/validation/tr-object-ident-local.h
+++ b/testsuites/validation/tr-object-ident-local.h
@@ -89,19 +89,20 @@ typedef enum {
RtemsReqIdentLocal_Post_Id_NA
} RtemsReqIdentLocal_Post_Id;
-#define ClassicObjectLocalIdentName \
- rtems_build_name( 'I', 'D', 'N', 'T' )
-
/**
* @brief Runs the parameterized test case.
*
* @param id_local_object is the identifier of an active object of the class
- * under test with the name ClassicObjectLocalIdentName.
+ * under test.
+ *
+ * @param name_local_object is the name of the active object of the class under
+ * test.
*
* @param action is the action handler.
*/
void RtemsReqIdentLocal_Run(
rtems_id id_local_object,
+ rtems_name name_local_object,
rtems_status_code ( *action )( rtems_name, rtems_id * )
);