reformat unittest tree with clang-format
This commit is contained in:
@ -97,7 +97,8 @@ TEST_F(DumpCfgTest, write_dump)
|
||||
ASSERT_THAT(lines[0], Eq("Number of particles = 32"));
|
||||
delete_file("dump_cfg0.melt.cfg");
|
||||
|
||||
TEST_FAILURE(".*ERROR: Unrecognized dump style 'xxx'.*", command("write_dump all xxx test.xxx"););
|
||||
TEST_FAILURE(".*ERROR: Unrecognized dump style 'xxx'.*",
|
||||
command("write_dump all xxx test.xxx"););
|
||||
}
|
||||
|
||||
TEST_F(DumpCfgTest, unwrap_run0)
|
||||
|
||||
Reference in New Issue
Block a user