BetterC improvement
-fixed some bugs -non betterC code has better assertion messages -fixed limited count of components in system -small dub.json fix
This commit is contained in:
parent
2aef76d75a
commit
0670aed506
3 changed files with 124 additions and 37 deletions
|
|
@ -15,7 +15,7 @@ enum string OUT_FILE = "test_report.xml";
|
|||
static jmp_buf gEnvBuffer;
|
||||
static AssertInfo gAssertInfo;
|
||||
|
||||
version(betterC){}
|
||||
version(D_BetterC){}
|
||||
else version = notBetterC;
|
||||
|
||||
struct AssertInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue