diff --git a/go/tests/rc/rc.go b/go/tests/rc/rc.go index 772338b9d..cbb0d4c30 100644 --- a/go/tests/rc/rc.go +++ b/go/tests/rc/rc.go @@ -103,11 +103,6 @@ func main() { os.Exit(1) } - if flag.NArg() < 1 { - fmt.Println("Not enough arguments: missing file") - os.Exit(1) - } - fmt.Println("Parsing:") err := parseArgs(flag.Args(), allowBuiltin, casting)