Skip to content

Commit

Permalink
Don't skip asserts in unit test release builds (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogernelson authored Mar 9, 2022
1 parent 198fa13 commit 46d19ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#undef NDEBUG

#include <algorithm>
#include <cassert>
Expand Down

0 comments on commit 46d19ef

Please sign in to comment.