mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-20 18:29:23 +00:00
Fix more compilation warnings.
Bug: chromium:1064305 Change-Id: I3aac24f8179d2c9e5206dd4542ea2506f26755e9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19301 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Zhenyao Mo <zmo@google.com>
This commit is contained in:
committed by
Commit Bot service account
parent
8619cbe237
commit
5b7292c8f8
@@ -22,7 +22,7 @@
|
||||
#define ASSERT_DEVICE_ERROR(statement) \
|
||||
StartExpectDeviceError(); \
|
||||
statement; \
|
||||
ASSERT_TRUE(EndExpectDeviceError());
|
||||
ASSERT_TRUE(EndExpectDeviceError())
|
||||
|
||||
class ValidationTest : public testing::Test {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user