summaryrefslogtreecommitdiff
path: root/tests/test_table.cc
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-20 10:52:37 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-20 10:52:37 -0700
commit1e388b0af3d7c2384cd350a349ba756914620466 (patch)
treed2b515f706dc15ba18b74c0cfd2da5a7052be468 /tests/test_table.cc
parent293cbe5135d64a1c85bb5125d9d4a1f6f39886f8 (diff)
Significant, experimental changes (setjmp/longjmp, group handling).
Diffstat (limited to 'tests/test_table.cc')
-rw-r--r--tests/test_table.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_table.cc b/tests/test_table.cc
index 0337eaa..24a93c3 100644
--- a/tests/test_table.cc
+++ b/tests/test_table.cc
@@ -1,4 +1,5 @@
+#undef NDEBUG /* ensure tests always assert. */
#include "upb_table.h"
#include "test_util.h"
#include <assert.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback