DawnTest: Add function to init test environment.

This function is currently empty and added on its own so that it can be
rolled and a called in Chromium's dawn_end2end_tests_main.cc before
functional changes. Otherwise follow-up DawnTest changes wouldn't work
running dawn_end2end_tests built in Chromium.

BUG=dawn:109

Change-Id: Ieb191c415ee6720cab8330d3c2b05f76d263adfc
Reviewed-on: https://dawn-review.googlesource.com/c/4822
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2019-02-18 15:07:44 +00:00 committed by Commit Bot service account
parent c1d15b1dbf
commit 3499d3ee97
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ namespace {
} // namespace } // namespace
void InitDawnEnd2EndTestEnvironment(int, char**) {
}
DawnTest::DawnTest() = default; DawnTest::DawnTest() = default;
DawnTest::~DawnTest() { DawnTest::~DawnTest() {