Unverified Commit 894a7e4b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update test

parent 40a05300
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -500,7 +500,7 @@ TEST(ResetMolIds, CMDFail)
    lmp = new LAMMPS(argc, argv, MPI_COMM_WORLD);
    if (!verbose) ::testing::internal::GetCapturedStdout();

    TEST_FAILURE(".*ERROR: Reset_mol_ids command before box is.*",
    TEST_FAILURE(".*ERROR: Reset_mol_ids command before simulation box is.*",
                 lmp->input->one("reset_mol_ids all"););

    if (!verbose) ::testing::internal::CaptureStdout();