fix typo
This commit is contained in:
@ -98,8 +98,7 @@ TEST_F(MoleculeFileTest, minimal)
|
|||||||
" 1 0.0 0.0 0.0\n");
|
" 1 0.0 0.0 0.0\n");
|
||||||
auto output = ::testing::internal::GetCapturedStdout();
|
auto output = ::testing::internal::GetCapturedStdout();
|
||||||
if (verbose) std::cout << output;
|
if (verbose) std::cout << output;
|
||||||
ASSERT_THAT(output,MatchesRegex(".*Read molecule template.*1 molecules"
|
ASSERT_THAT(output,MatchesRegex(".*Read molecule template.*1 molecules.*1 atoms.*0 bonds.*"));
|
||||||
".*1 atoms.*0 bonds.*0. angles.*"));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
|||||||
Reference in New Issue
Block a user