[Issue 7848] pure and nothrow ignored on unittest blocks

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 6 21:04:09 PDT 2013


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


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Version|unspecified                 |D2
            Summary|pure ignored on unittest    |pure and nothrow ignored on
                   |blocks                      |unittest blocks


--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2013-06-06 21:04:05 PDT ---
Same bug exists for nothrow unittest

void func() {}
nothrow unittest { func(); }

Compiler fix:
https://github.com/D-Programming-Language/dmd/pull/2142

-- 
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