diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-08 17:06:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-08 17:06:00 +0200 |
commit | cbaa5532f056d0ad20300abbba253b065982187a (patch) | |
tree | e5cb266ec911ad81bdc4fd0a3149d9941ac4a424 /libcommon/common/common.hxx | |
parent | 35662787f479b93b3205310934574132609461cc (diff) |
Add common/transaction test (port from tracer)
Diffstat (limited to 'libcommon/common/common.hxx')
-rw-r--r-- | libcommon/common/common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/common.hxx b/libcommon/common/common.hxx index b3ab40c..ead8888 100644 --- a/libcommon/common/common.hxx +++ b/libcommon/common/common.hxx @@ -15,7 +15,7 @@ #include <common/config.hxx> #include <common/export.hxx> -// Make sure assert() is not diabled. +// Make sure assert() is not disabled. // #ifdef NDEBUG # error ODB tests require enabled assert(); un-define the NDEBUG macro |