Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lerenhua committed Aug 28, 2023
1 parent b60f9d8 commit 86a97f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernels/test_resize_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ INSTANTIATE_TEST_SUITE_P(ResizeImage, ResizeImageTest,
testing::Combine(testing::Range(0, MAX_CASE_NUM)));

TEST_P(ResizeImageTest, ResizeImage) {
float_t roi_array[1];
float roi_array[1];
auto roi = hrt::create(dt_float32, {1},
{reinterpret_cast<gsl::byte *>(roi_array),
sizeof(roi_array)},
Expand Down

0 comments on commit 86a97f1

Please sign in to comment.