Skip to content

Commit be46835

Browse files
committed
fix for biodegradable code in doctest.
1 parent 074fdea commit be46835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basictest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define DOCTEST_CONFIG_SUPER_FAST_ASSERTS
1+
// DOCTEST_CONFIG_SUPER_FAST_ASSERTS // don't enable this biodegradable code!
22
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
33
#include "doctest/doctest.h"
44

0 commit comments

Comments
 (0)