Commit a1851e8f by Peter Kasting Committed by Geoff Lang

Fixes for re-enabling more MSVC level 4 warnings: angle/ edition

This contains fixes for the following sorts of issues: * Signedness mismatch BUG=81439 TEST=none Change-Id: Ief116d4b79b63479641259119246bb1465bbfd1f Reviewed-on: https://chromium-review.googlesource.com/207418Reviewed-by: 's avatarAlok Priyadarshi <alokp@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 6518fe24
...@@ -12,11 +12,6 @@ class InitTest : public PreprocessorTest ...@@ -12,11 +12,6 @@ class InitTest : public PreprocessorTest
{ {
}; };
TEST_F(InitTest, NegativeCount)
{
EXPECT_FALSE(mPreprocessor.init(-1, NULL, NULL));
}
TEST_F(InitTest, ZeroCount) TEST_F(InitTest, ZeroCount)
{ {
EXPECT_TRUE(mPreprocessor.init(0, NULL, NULL)); EXPECT_TRUE(mPreprocessor.init(0, NULL, NULL));
......
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