Skip to content

Commit 1af2532

Browse files
author
Fei Yang
committed
fix INPUT problem
1 parent 1b4a330 commit 1af2532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/source_io/test_serial/read_input_item_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,6 @@ TEST_F(InputTest, Item_test)
767767
{ // relax_method
768768
auto it = find_label("relax_method", readinput.input_lists);
769769
param.input.relax_method = "none";
770-
param.input.relax_method_param.method = "none";
771770
testing::internal::CaptureStdout();
772771
EXPECT_EXIT(it->second.check_value(it->second, param), ::testing::ExitedWithCode(1), "");
773772
output = testing::internal::GetCapturedStdout();

0 commit comments

Comments
 (0)