From 26d3cf08c209c662a6e2298c301272e2eb8246e4 Mon Sep 17 00:00:00 2001 From: Austin Eng Date: Wed, 29 May 2019 01:10:47 +0000 Subject: [PATCH] Fix dawn_end2end_tests with the wire https://dawn-review.googlesource.com/c/dawn/+/7484 landed at the same time as the change that enabled dawn_end2end_wire_tests so this bug was not caught. An extra declaration which shadows the original declaration was created due to a rebase error. Bug: dawn:56 Change-Id: I36a1b4478a072f58f6bb6660853c3b28f7ce0467 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/7580 Reviewed-by: Kai Ninomiya Commit-Queue: Austin Eng --- src/tests/DawnTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/DawnTest.cpp b/src/tests/DawnTest.cpp index b98f0d991f..2acdebe960 100644 --- a/src/tests/DawnTest.cpp +++ b/src/tests/DawnTest.cpp @@ -307,7 +307,6 @@ void DawnTest::SetUp() { mPCIInfo = backendAdapter.GetPCIInfo(); - DawnDevice backendDevice; for (const char* forceEnabledWorkaround : GetParam().forceEnabledWorkarounds) { ASSERT(gTestEnv->GetInstance()->GetToggleInfo(forceEnabledWorkaround) != nullptr); }