Fix a typo in viewport validation test

BUG=dawn:53

Change-Id: I793373fa6e1fb167d5a8fe0a064c57ddf2ceedba
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/11281
Commit-Queue: Yunchao He <yunchao.he@intel.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Yunchao He 2019-09-17 18:01:09 +00:00 committed by Commit Bot service account
parent 2383fd4fbf
commit bb3c895619
1 changed files with 1 additions and 1 deletions

View File

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