Skip to content

Commit 1cf1991

Browse files
committed
Fix: delete exx_opt_orb_lmax=-1 unittest
1 parent 264a307 commit 1cf1991

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/source_io/test_serial/read_input_item_test.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,14 +1403,6 @@ TEST_F(InputTest, Item_test2)
14031403
output = testing::internal::GetCapturedStdout();
14041404
EXPECT_THAT(output, testing::HasSubstr("NOTICE"));
14051405
}
1406-
{ // exx_opt_orb_lmax
1407-
auto it = find_label("exx_opt_orb_lmax", readinput.input_lists);
1408-
param.input.exx_opt_orb_lmax = -1;
1409-
testing::internal::CaptureStdout();
1410-
EXPECT_EXIT(it->second.check_value(it->second, param), ::testing::ExitedWithCode(1), "");
1411-
output = testing::internal::GetCapturedStdout();
1412-
EXPECT_THAT(output, testing::HasSubstr("NOTICE"));
1413-
}
14141406
{ // exx_opt_orb_ecut
14151407
auto it = find_label("exx_opt_orb_ecut", readinput.input_lists);
14161408
param.input.exx_opt_orb_ecut = -1;

0 commit comments

Comments
 (0)