mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
test: corrected wrong test-suite.
The value should be out of the range to make "NonSupport"
This commit is contained in:
parent
24a09896d0
commit
8540246178
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(0, CanvasEngine(100)) == Result::NonSupport);
|
||||
REQUIRE(Initializer::init(0, CanvasEngine(64)) == Result::NonSupport);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue