| Index: tests/ProxyRefTest.cpp
|
| diff --git a/tests/ProxyRefTest.cpp b/tests/ProxyRefTest.cpp
|
| index 4f6a3e368c201a16c86737ca437ac499d10d3e1c..77ec2db0df804ba5867791e64f7f5920d54176dd 100644
|
| --- a/tests/ProxyRefTest.cpp
|
| +++ b/tests/ProxyRefTest.cpp
|
| @@ -106,7 +106,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ProxyRefTest, reporter, ctxInfo) {
|
| // extra ref and write
|
| bool proxyGetsDiscardRef = !sProxy->isWrapped_ForTesting() &&
|
| caps.discardRenderTargetSupport();
|
| - int expectedWrites = proxyGetsDiscardRef ? 2 : 1;
|
| + int expectedWrites = proxyGetsDiscardRef ? 2 : 1;
|
|
|
| sProxy->instantiate(provider);
|
|
|
|
|