Because a unittest assert may not originate inside a unittest block. If you call a regular function inside a unit test and it asserts, should that function use the normal assert codegen or the unittest codegen?
-Steve ----- Original Message ---- > From: Benjamin Shropshire <[email protected]> For that > matter why should asserts use the same code gen inside unittest as out? _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
