Showing with 0 additions and 1 deletion.
  1. +0 −1 src/unittest.d
1 change: 0 additions & 1 deletion src/unittest.d
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ void main()
auto b = bsf( 0 ); // bitop
mmx; // cpuid
demangle( "" ); // demangle
setAssertHandler( null ); // exception
// SES - disabled because you cannot enable the GC without disabling it.
//GC.enable(); // memory
Runtime.collectHandler = null; // runtime
Expand Down