Adapt tests to the recent width fix
This commit is contained in:
parent
b551716b08
commit
18382917c6
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ TEST_CASE("[Region] Parsing opcodes")
|
||||||
|
|
||||||
SECTION("width")
|
SECTION("width")
|
||||||
{
|
{
|
||||||
REQUIRE(region.width == 0.0f);
|
REQUIRE(region.width == 100.0f);
|
||||||
region.parseOpcode({ "width", "4.2" });
|
region.parseOpcode({ "width", "4.2" });
|
||||||
REQUIRE(region.width == 4.2f);
|
REQUIRE(region.width == 4.2f);
|
||||||
region.parseOpcode({ "width", "-4.2" });
|
region.parseOpcode({ "width", "-4.2" });
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue