http://d.puremagic.com/issues/show_bug.cgi?id=2707

           Summary: std.getopt unittest does not test boolean
           Product: D
           Version: 2.025
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P4
         Component: Phobos
        AssignedTo: bugzi...@digitalmars.com
        ReportedBy: ge...@iki.fi


In file ./src/phobos/std/getopt.d line 585, in unittest

    bool verbose = true;

should be

    bool verbose = false;

Otherwise the unittest can't know if getopt works for booleans.


-- 

Reply via email to