GH-1208: Use Dictionary validity assertions only during CI

This commit is contained in:
Jon Siwek 2020-10-13 14:59:11 -07:00
parent 3f25214914
commit 3c4de51f40
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
#include "3rdparty/doctest.h"
#ifdef DEBUG
#if defined(DEBUG) && defined(ZEEK_DICT_DEBUG)
#define ASSERT_VALID(o) o->AssertValid()
#else
#define ASSERT_VALID(o)