Commit 6b7be9a0 authored by Andreas Schuh's avatar Andreas Schuh

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

parent a0dca4df
......@@ -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!"));
......
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