10000 r21 | charles.nicholson | 2010-03-18 16:52:29 -0500 (Thu, 18 Mar 2010… · tobscher/unittest-cpp@909f4b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 909f4b2

Browse files
committed
r21 | charles.nicholson | 2010-03-18 16:52:29 -0500 (Thu, 18 Mar 2010) | 1 line
reset config.h macros
1 parent 534aca3 commit 909f4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
// by default, MemoryOutStream is implemented in terms of std::ostringstream, which can be expensive.
3131
// uncomment this line to use the custom MemoryOutStream (no deps on std::ostringstream).
3232

33-
//#define UNITTEST_USE_CUSTOM_STREAMS
33+
#define UNITTEST_USE_CUSTOM_STREAMS
3434
#define UNITTEST_USE_DEFERRED_REPORTER
35-
//#define UNITTEST_USE_EXCEPTIONS
35+
#define UNITTEST_USE_EXCEPTIONS
3636

3737
#endif

0 commit comments

Comments
 (0)
0