[Issue 5599] New: Rdmd: Switches after the filename have no effect
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 16 13:25:05 PST 2011
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: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at 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 at test(5): unittest failure
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list