Remove usage of the UNIT_TEST macro.

It is breaking the roll of Dawn in Chromium because on ChromeOS the
macro is defined on the command-line, causing the compilation to fail
because of a macro redefinition.

Bug: None
TBR=enga@chromium.org
Change-Id: I13eebb9b40f2a5f7c1eed4e3572de3eda2db8bb6

Change-Id: I4797211f4d9ff122d992d78aeac83fd4f0585ff6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/24580
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2020-07-09 07:00:32 +00:00
committed by Commit Bot service account
parent 1318c603d9
commit d3bf2188aa
2 changed files with 0 additions and 4 deletions

View File

@@ -6,8 +6,6 @@
#include <gtest/gtest.h>
#define UNIT_TEST
#include "common/RefCounted.h"
#include "common/StackContainer.h"