mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -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") );
|
||||
|
||||
Reference in New Issue
Block a user