aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TestTest.cpp
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2016-06-28 08:07:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-28 08:07:26 -0700
commitab527a5bbfb1eae4f99a1435d349a44d00477d82 (patch)
tree60f263e5f6162814a510b54419ee7ac939bc23e6 /tests/TestTest.cpp
parent085cad4abcca4e10dcc6ba95347c378d4c47fb90 (diff)
Enable many more tests for Vulkan
Diffstat (limited to 'tests/TestTest.cpp')
-rw-r--r--tests/TestTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestTest.cpp b/tests/TestTest.cpp
index 27ec1634df..d366bb4703 100644
--- a/tests/TestTest.cpp
+++ b/tests/TestTest.cpp
@@ -29,7 +29,7 @@ DEF_GPUTEST(TestGpuFactory, reporter, factory) {
// This is an example of a GPU test that tests a property that should work for all GPU contexts.
// Note: Some of the contexts might not produce a rendering output.
#if SK_SUPPORT_GPU
-DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo) {
+DEF_GPUTEST_FOR_ALL_CONTEXTS(TestGpuAllContexts, reporter, ctxInfo) {
REPORTER_ASSERT(reporter, reporter);
REPORTER_ASSERT(reporter, ctxInfo.grContext());
}