patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2017-06-17 17:07:29 +02:00
parent de69003105
commit f349b5e351
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 2 deletions

View File

@ -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]")
{
std::cout << std::endl;
pddl::Tokenizer tokenizer;
pddl::Context context(std::move(tokenizer), ignoreWarnings);