Skip to content

Commit

Permalink
Update cpp/test/label/label.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jan 13, 2025
1 parent 5f7336a commit 7f4d20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/test/label/label.cu
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ TEST_F(MakeMonotonicTest, Result)

ASSERT_TRUE(devArrMatch(actual.data(), expected.data(), m, raft::Compare<bool>(), stream));

delete [] data_h;
delete [] expected_h;
delete[] data_h;
delete[] expected_h;
}

TEST(labelTest, Classlabels)
Expand Down

0 comments on commit 7f4d20d

Please sign in to comment.