root/trunk/meta/unittests.d

Revision 213, 290 bytes (checked in by Don Clugston, 6 years ago)

Deleted some old workarounds that haven't been required since about DMD 0.145.

Line 
1 /** Unit tests for the meta functions
2  * They are in a seperate file so that they are not executed when
3  * unit tests are enabled in user code.
4  */
5 module meta.unittests;
6
7 // Just import all the modules.
8 import meta.math;
9 import meta.conv;
10 import meta.ctype;
11 import meta.nameof;
Note: See TracBrowser for help on using the browser.