Skip to content

Commit 58f81d8

Browse files
committed
Update test.
1 parent 4884909 commit 58f81d8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/module_io/test_serial/read_input_item_test.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -817,13 +817,6 @@ TEST_F(InputTest, Item_test)
817817
param.input.out_dm = true;
818818
it->second.reset_value(it->second, param);
819819
EXPECT_EQ(param.input.out_dm, false);
820-
821-
param.sys.gamma_only_local = false;
822-
param.input.out_dm = true;
823-
testing::internal::CaptureStdout();
824-
EXPECT_EXIT(it->second.check_value(it->second, param), ::testing::ExitedWithCode(1), "");
825-
output = testing::internal::GetCapturedStdout();
826-
EXPECT_THAT(output, testing::HasSubstr("NOTICE"));
827820
}
828821
{ // out_dm1
829822
auto it = find_label("out_dm1", readinput.input_lists);

0 commit comments

Comments
 (0)