Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH v3] test: cunit: fix typo #1925

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/common/odp_cunit_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ int odp_cunit_run(void)

CU_cleanup_registry();

/* call test executable terminason hook, if any */
/* call test executable termination hook, if any */
if (global_init_term.global_term_ptr &&
((*global_init_term.global_term_ptr)(instance) != 0))
return -1;
Expand Down Expand Up @@ -704,7 +704,7 @@ int odp_cunit_register(odp_suiteinfo_t testsuites[])
}

/*
* Parse command line options to extract options affectiong cunit_common.
* Parse command line options to extract options affecting cunit_common.
MatiasElo marked this conversation as resolved.
Show resolved Hide resolved
* (hence also helpers options as cunit_common uses the helpers)
* Options private to the test calling cunit_common are not parsed here.
*/
Expand Down