This commit is contained in:
Branimir Karadžić
2017-11-28 19:18:22 -08:00
parent c529f82dc0
commit eed6f6fc66
2 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ TEST_CASE("Settings", "")
if (bx::open(&reader, filePath) )
{
bx::read(&reader, settings);
bx::close(&writer);
bx::close(&reader);
}
REQUIRE(NULL == settings.get("meh") );