aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PromiseImageTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PromiseImageTest.cpp')
-rw-r--r--tests/PromiseImageTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PromiseImageTest.cpp b/tests/PromiseImageTest.cpp
index b475147c78..4ba011b0fe 100644
--- a/tests/PromiseImageTest.cpp
+++ b/tests/PromiseImageTest.cpp
@@ -197,7 +197,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(PromiseImageTest, reporter, ctxInfo) {
true,
reporter));
- gpu->deleteTestingOnlyBackendTexture(&backendTex);
+ gpu->deleteTestingOnlyBackendTexture(backendTex);
}
#endif