Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Apr 26, 2022
1 parent 603cde3 commit bfcc526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adapter/test/mpiio/mpiio_adapter_basic_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,8 @@ TEST_CASE("SingleAsyncReadCollective",
// REQUIRE(test::status_orig == MPI_SUCCESS);
// test::test_seek_shared(0, MPI_SEEK_SET);
// REQUIRE(test::status_orig == 0);
// test::test_iread_shared(info.read_data.data(), args.request_size, MPI_CHAR);
// test::test_iread_shared(info.read_data.data(), args.request_size,
// MPI_CHAR);
// REQUIRE((size_t)test::size_read_orig == args.request_size);
// test::test_close();
// REQUIRE(test::status_orig == MPI_SUCCESS);
Expand Down

0 comments on commit bfcc526

Please sign in to comment.