diff --git a/test/gflags_unittest.cc b/test/gflags_unittest.cc index 8f3096b..cdcb600 100644 --- a/test/gflags_unittest.cc +++ b/test/gflags_unittest.cc @@ -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!"));