Skip to content

Commit

Permalink
rocm: fix typo in component tests
Browse files Browse the repository at this point in the history
Fix so that when a component test fails, it says "FAILED".
  • Loading branch information
dbarry9 committed Aug 29, 2024
1 parent 337d305 commit 7177858
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 7177858

Please sign in to comment.