File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2020#include < future>
2121#include < optional>
2222
23- #include < iostream>
24-
2523using namespace orc_rt ;
2624using ::testing::Eq;
2725using ::testing::Optional;
@@ -170,7 +168,6 @@ TEST(SessionTest, ExpectedShutdownSequence) {
170168 Session S (std::make_unique<EnqueueingDispatcher>(
171169 Tasks,
172170 [&]() {
173- std::cerr << " Running dispatcher shutdown.\n " ;
174171 EXPECT_TRUE (ShutdownOpIdx);
175172 EXPECT_EQ (*ShutdownOpIdx, 0 );
176173 EXPECT_FALSE (SessionShutdownComplete);
@@ -182,7 +179,6 @@ TEST(SessionTest, ExpectedShutdownSequence) {
182179
183180 S.shutdown ([&]() {
184181 EXPECT_TRUE (DispatcherShutDown);
185- std::cerr << " Running shutdown callback.\n " ;
186182 SessionShutdownComplete = true ;
187183 });
188184 S.waitForShutdown ();
You can’t perform that action at this time.
0 commit comments