From 469982769211123a1718ad9edf5d03bd39aed547 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Wed, 27 May 2015 16:10:28 -0400 Subject: Add support for '--flag arg' --- flag_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flag_test.go') diff --git a/flag_test.go b/flag_test.go index 67a6a27..a5928e5 100644 --- a/flag_test.go +++ b/flag_test.go @@ -176,7 +176,7 @@ func testParse(f *FlagSet, t *testing.T) { "--int8=-8", "--int32=-32", "--int64=0x23", - "--uint=24", + "--uint", "24", "--uint8=8", "--uint16=16", "--uint32=32", -- cgit v1.2.3