Enable test case which tests invalid negative value for uint64 flag.

This commit is contained in:
Andreas Schuh 2014-03-17 21:22:51 +00:00
parent a0dca4df0c
commit 6b7be9a00a

View file

@ -603,11 +603,8 @@ TEST(SetFlagValueTest, IllegalValues) {
EXPECT_EQ("",
SetCommandLineOption("test_int32", "7000000000000"));
// TODO(csilvers): uncomment this when we disallow negative numbers for uint64
#if 0
EXPECT_EQ("",
SetCommandLineOption("test_uint64", "-1"));
#endif
EXPECT_EQ("",
SetCommandLineOption("test_int64", "not a number!"));