Skip to content

Commit

Permalink
Merge pull request #222 from dbarry9/2024.08.26_rocm-tests-typo
Browse files Browse the repository at this point in the history
rocm: fix typo in component tests
  • Loading branch information
dbarry9 authored Sep 9, 2024
2 parents 2678810 + f2b952f commit 1345a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rocm/tests/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hip_test_fail(const char *file __attribute__((unused)), int line,
{
const char *string;

fprintf(stdout, "FAILER!!!");
fprintf(stdout, "FAILED!!!");
fprintf(stdout, "\nLine # %d ", line);

string = hipGetErrorString(retval);
Expand Down

0 comments on commit 1345a74

Please sign in to comment.