Minor formatting.
This commit is contained in:
parent
de69003105
commit
f349b5e351
@ -14,8 +14,6 @@ const auto pddlInstanceBasePath = fs::path("data") / "pddl-instances";
|
|||||||
|
|
||||||
TEST_CASE("[PDDL parser] The official PDDL instances are parsed correctly", "[PDDL parser]")
|
TEST_CASE("[PDDL parser] The official PDDL instances are parsed correctly", "[PDDL parser]")
|
||||||
{
|
{
|
||||||
std::cout << std::endl;
|
|
||||||
|
|
||||||
pddl::Tokenizer tokenizer;
|
pddl::Tokenizer tokenizer;
|
||||||
pddl::Context context(std::move(tokenizer), ignoreWarnings);
|
pddl::Context context(std::move(tokenizer), ignoreWarnings);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user