mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 14:13:39 +00:00
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:
parent
fd12e1b746
commit
969df2b3a2
@ -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);
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user