mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Enable test case which tests invalid negative value for uint64 flag.
This commit is contained in:
parent
a0dca4df0c
commit
6b7be9a00a
1 changed files with 0 additions and 3 deletions
|
@ -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!"));
|
||||
|
|
Loading…
Add table
Reference in a new issue