aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipBoundsTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-04-12 09:59:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-12 09:59:58 -0700
commit68d9134bec16e91c4a6cde071bcaa579bc0801a7 (patch)
treef456a106500881514ceefca0ce67aedb625d1d2f /tests/ClipBoundsTest.cpp
parent71e185c060491c8b7b270a211590931715122786 (diff)
Make more unit tests run on Vulkan
Diffstat (limited to 'tests/ClipBoundsTest.cpp')
-rw-r--r--tests/ClipBoundsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipBoundsTest.cpp b/tests/ClipBoundsTest.cpp
index 25f6f5c068..abdd3f44fa 100644
--- a/tests/ClipBoundsTest.cpp
+++ b/tests/ClipBoundsTest.cpp
@@ -13,7 +13,7 @@
// Ensure that the 'getConservativeBounds' calls are returning bounds clamped
// to the render target
-DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) {
+DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrClipBounds, reporter, ctxInfo) {
static const int kXSize = 100;
static const int kYSize = 100;