Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1124 from WalterBright/unittest-d
Browse files Browse the repository at this point in the history
setAssertHandler is deprecated
  • Loading branch information
andralex committed Jan 25, 2015
2 parents 89e6de5 + cc2c0c7 commit d371460
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit d371460

Please sign in to comment.