Commit ed04619a by Geoff Lang Committed by Commit Bot

Fix typo in bug link.

BUG=angleproject:2205 Change-Id: I7ff1c3d0bb380c73c07dad0a30a4a4a19c17e397 Reviewed-on: https://chromium-review.googlesource.com/909577Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent bb514004
......@@ -1794,7 +1794,7 @@ TEST_P(GLSLTest, LoopIndexingValidation)
// can actually be used.
TEST_P(GLSLTest, VerifyMaxVertexUniformVectors)
{
// crbug.com/68063
// crbug.com/680631
ANGLE_SKIP_TEST_IF(IsOzone() && IsIntel());
int maxUniforms = 10000;
......@@ -1843,7 +1843,7 @@ TEST_P(GLSLTest, VerifyMaxVertexUniformVectorsExceeded)
// can actually be used.
TEST_P(GLSLTest, VerifyMaxFragmentUniformVectors)
{
// crbug.com/68063
// crbug.com/680631
ANGLE_SKIP_TEST_IF(IsOzone() && IsIntel());
int maxUniforms = 10000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment