Commit 4f2bf3a5 by Jamie Madill

Fix reversed shift in the huge SetData test.

BUG=angle:716 Change-Id: I1b621668b78373e0566f6eab6034993ec09aa4b9 Reviewed-on: https://chromium-review.googlesource.com/213221Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 299fcf29
......@@ -128,7 +128,7 @@ TEST_F(BufferDataTest, HugeSetDataShouldNotCrash)
if (data == NULL)
{
allocSize <<= 1;
allocSize >>= 1;
}
}
......
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