[Runtime testing] Enable runtime assertions in runtime tests

This commit is contained in:
Ilya Matveev
2020-09-21 18:47:57 +07:00
committed by Ilya Matveev
parent 3ea99d0238
commit 46210be959
@@ -40,7 +40,8 @@ struct KBox {
extern "C" {
extern const int KonanNeedDebugInfo = 0;
// Set to 1 to enable runtime assertions.
extern const int KonanNeedDebugInfo = 1;
extern const TypeInfo* theAnyTypeInfo = &theAnyTypeInfoImpl;
extern const TypeInfo* theArrayTypeInfo = &theArrayTypeInfoImpl;