| Index: tests/SurfaceTest.cpp
|
| diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp
|
| index f0d9b17591c64b9bb0c81d5910c0de03c5ab2e40..6859bce6bcb166b3fd9051cac08b3f85b89c49b0 100644
|
| --- a/tests/SurfaceTest.cpp
|
| +++ b/tests/SurfaceTest.cpp
|
| @@ -460,6 +460,7 @@
|
| EXPECT_COPY_ON_WRITE(drawBitmap(testBitmap, 0, 0))
|
| EXPECT_COPY_ON_WRITE(drawBitmapRect(testBitmap, testRect, nullptr))
|
| EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr))
|
| + EXPECT_COPY_ON_WRITE(drawSprite(testBitmap, 0, 0, nullptr))
|
| EXPECT_COPY_ON_WRITE(drawText(testText.c_str(), testText.size(), 0, 1, testPaint))
|
| EXPECT_COPY_ON_WRITE(drawPosText(testText.c_str(), testText.size(), testPoints2, \
|
| testPaint))
|
|
|