Skip to content

Commit

Permalink
Update write_input_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
AmengFromCDH committed Jun 15, 2024
1 parent d339460 commit 479ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_io/test/write_input_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ TEST_F(write_input, General1)
testing::HasSubstr("out_freq_ion 0 #the frequency ( >= 0 ) of ionic step to output "
"charge density and wavefunction. 0: output only when ion steps are finished"));
EXPECT_THAT(output,
testing::HasSubstr("elpa_num_thread -1 #Number of threads need to use in elpa"))
testing::HasSubstr("elpa_num_thread -1 #Number of threads need to use in elpa"));
EXPECT_THAT(output, testing::HasSubstr("evice cpu #the computing device for ABACUS"));
EXPECT_THAT(output, testing::HasSubstr(""));
ifs.close();
Expand Down

0 comments on commit 479ad2e

Please sign in to comment.