UnitTests: Fix errors

Former-commit-id: fb2340e5c7c264193f1ac363d6387486215aef7e
This commit is contained in:
Lynix
2016-05-05 21:27:36 +02:00
parent 5e52988d87
commit 385c597434
13 changed files with 96 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ SCENARIO("Bitset", "[CORE][BITSET]")
{
GIVEN("Allocate and constructor")
{
Nz::Bitset<> bitset(3);
Nz::Bitset<> bitset(3, false);
THEN("Capacity is 3 and size is 3")
{