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 <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
93373abb2f
commit
26d3cf08c2
|
@ -307,7 +307,6 @@ void DawnTest::SetUp() {
|
|||
|
||||
mPCIInfo = backendAdapter.GetPCIInfo();
|
||||
|
||||
DawnDevice backendDevice;
|
||||
for (const char* forceEnabledWorkaround : GetParam().forceEnabledWorkarounds) {
|
||||
ASSERT(gTestEnv->GetInstance()->GetToggleInfo(forceEnabledWorkaround) != nullptr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue