http://d.puremagic.com/issues/show_bug.cgi?id=9714
Summary: Ddoc: Combination of -D and -unittest reveals hidden
unittest function
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ddoc
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Kenji Hara <[email protected]> 2013-03-14 01:15:11 PDT ---
/// test
void fooNoDescription() {}
///
unittest { fooNoDescription(); }
Command:
$ dmd -unittest -D test
Output:
test
void fooNoDescription();
desc
Example:
fooNoDescription();
void __unittestL4_1(); <---- bug
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------