Fix a typo in viewport test

BUG=dawn:53

Change-Id: Ibc768cc4695072533d6715f62f46fd4c72d40a3b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14142
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Yunchao He <yunchao.he@intel.com>
This commit is contained in:
Yunchao He 2019-11-30 09:04:18 +00:00 committed by Commit Bot service account
parent fd12e1b746
commit 969df2b3a2

View File

@ -203,7 +203,7 @@ TEST_F(SetViewportTest, MaxDepthOutOfRange) {
}
// Test to check that minDepth equal or greater than maxDepth is allowed
TEST_F(SetViewportTest, MinDepthEqualOrLessThanMaxDepth) {
TEST_F(SetViewportTest, MinDepthEqualOrGreaterThanMaxDepth) {
DummyRenderPass renderPass(device);
{