Skip to content

Commit

Permalink
Unused changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Nov 22, 2021
1 parent 9b0dde0 commit b03ccfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cpp/common/test_span.cc
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ TEST(Span, RBeginREnd) {
int status = 1;
TestRBeginREnd{&status}();
ASSERT_EQ(status, 1);

std::vector<size_t> idx(10);
Span<size_t> span{idx};
}

TEST(Span, ElementAccess) {
Expand Down

0 comments on commit b03ccfb

Please sign in to comment.