diff options
Diffstat (limited to 'server/src/transactionhandler.cc')
-rw-r--r-- | server/src/transactionhandler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/transactionhandler.cc b/server/src/transactionhandler.cc index 662896b..c9c58b6 100644 --- a/server/src/transactionhandler.cc +++ b/server/src/transactionhandler.cc @@ -280,7 +280,7 @@ std::string handleTransaction(Transaction &transaction, Environment &env, TEST_BEGIN; -// TODO: Put some testcode here (see test.h for usable macros). +#error TODO: Put some testcode here (see test.h for usable macros). TEST_END; |