Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Damien L-G <[email protected]>
  • Loading branch information
Rombur and dalg24 authored Jan 23, 2023
1 parent b99fb31 commit 478f087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unit_test/TestViewAPI_d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TEST(TEST_CATEGORY, view_api_d) {

TEST(TEST_CATEGORY, view_allocation_error) {
#if ((HIP_VERSION_MAJOR == 5) && (HIP_VERSION_MINOR == 3))
GTEST_SKIP() << "ROCm 5.3 segfaults when trying to allocate too much memor";
GTEST_SKIP() << "ROCm 5.3 segfaults when trying to allocate too much memory";
#endif
TestViewAPI<double, TEST_EXECSPACE>::run_test_error();
}
Expand Down

0 comments on commit 478f087

Please sign in to comment.