Revert "One more ASAN fix."

This reverts commit 409fd66a5a.

We don't expect to pass this test until the ASAN bots are
correctly configured, and can run GPU tests.

BUG=skia:
TBR=robertphillips@google.com

Review URL: https://codereview.chromium.org/1080393003
This commit is contained in:
senorblanco 2015-04-21 11:13:17 -07:00 committed by Commit bot
parent 05641a5582
commit 42a2c1d231

View File

@ -28,6 +28,7 @@ DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
continue;
}
REPORTER_ASSERT(reporter, glCtx);
if (glCtx) {
const GrGLInterface* interface = glCtx->gl();
REPORTER_ASSERT(reporter, interface->validate());