fix typo ncite in test_improper_style.cpp
This commit is contained in:
committed by
GitHub
parent
2a35452c13
commit
c83ae0365e
@ -725,7 +725,7 @@ TEST(ImproperStyle, extract)
|
||||
{
|
||||
if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP();
|
||||
|
||||
LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-ncite"};
|
||||
LAMMPS::argv args = {"ImproperStyle", "-log", "none", "-echo", "screen", "-nocite"};
|
||||
|
||||
if (!verbose) ::testing::internal::CaptureStdout();
|
||||
LAMMPS *lmp = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user