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

           Summary: Rdmd: Switches after the filename have no effect
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: andrej.mitrov...@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 2011-02-16 
13:22:31 PST ---
module test;

void main() { }
unittest {
    assert(0);
}

rdmd test.d -unittest
>

Expected behavior is:
rdmd -unittest test.d
core.exception.AssertError@test(5): unittest failure

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to