Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jun 26, 2024
1 parent bb1f529 commit a3f9d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cpp/data/test_ellpack_page_raw_format.cu
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void TestEllpackPageRawFormat() {
cuts = page.Impl()->CutsShared();
}

// cuts->SetDevice(ctx.Device());
ASSERT_EQ(cuts->cut_values_.Device(), ctx.Device());
ASSERT_TRUE(cuts->cut_values_.DeviceCanRead());
policy.SetCuts(cuts, ctx.Device());
Expand Down

0 comments on commit a3f9d6c

Please sign in to comment.