[Issue 17882] [The D Style] unittest attributes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 7 11:47:38 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17882

b2.temp at gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from b2.temp at gmx.com ---
attributes of the unittest blocks are tried on the free functions that are used
inside. Actually you can see a unittest{} as a function itself. (the
getunittests traits returns some void function()).

--


More information about the Digitalmars-d-bugs mailing list