mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 03:54:25 +00:00
test SwCanvas: -- out of spec, don't guratee the result.
This commit is contained in:
parent
83d860b150
commit
9b204fb983
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ TEST_CASE("Target Buffer", "[tvgSwCanvas]")
|
|||
REQUIRE(canvas->target(buffer, 100, 0, 100, SwCanvas::Colorspace::ARGB8888) == Result::InvalidArguments);
|
||||
REQUIRE(canvas->target(buffer, 100, 200, 100, SwCanvas::Colorspace::ARGB8888) == Result::InvalidArguments);
|
||||
REQUIRE(canvas->target(buffer, 100, 100, 0, SwCanvas::Colorspace::ARGB8888) == Result::InvalidArguments);
|
||||
REQUIRE(canvas->target(buffer, 100, 100, 100, (SwCanvas::Colorspace)-1) == Result::InvalidArguments);
|
||||
|
||||
Initializer::term(CanvasEngine::Sw);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue