Skip to content

Commit

Permalink
TestThread: undo typo introduced in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 23, 2022
1 parent 70e1540 commit c0f2b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/adios2/engine/staging-common/TestThreads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ TEST_F(TestThreads, Basic)
auto read_fut = std::async(std::launch::async, Read, BaseName, 0);
auto write_fut = std::async(std::launch::async, Write, BaseName, 0);
bool reader_success = read_fut.get();
sleep(1);
bool writer_success = write_fut.get();
EXPECT_TRUE(reader_success);
EXPECT_TRUE(writer_success);
Expand Down

0 comments on commit c0f2b90

Please sign in to comment.