mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-20 06:52:03 +00:00
test: corrected wrong test-suite.
The value should be out of the range to make "NonSupport"
This commit is contained in:
parent
b322860745
commit
bb9749094c
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ TEST_CASE("Negative termination", "[tvgInitializer]")
|
|||
|
||||
TEST_CASE("Invalid engine", "[tvgInitializer]")
|
||||
{
|
||||
REQUIRE(Initializer::init(CanvasEngine(0), 0) == Result::InvalidArguments);
|
||||
REQUIRE(Initializer::init(CanvasEngine(64), 0) == Result::NonSupport);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue