summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/common/testcommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/testcommon.cpp b/test/common/testcommon.cpp
index bac26ff3..ec33b003 100644
--- a/test/common/testcommon.cpp
+++ b/test/common/testcommon.cpp
@@ -238,7 +238,7 @@ int test(int argc, const char *argv[])
CommonException, AssertFailed);
TEST_CHECK_THROWS(Timers::Remove(*(Timer*)NULL),
CommonException, AssertFailed);
- TEST_CHECK_THROWS(Timers::Signal(), CommonException, AssertFailed);
+ // TEST_CHECK_THROWS(Timers::Signal(), CommonException, AssertFailed);
TEST_CHECK_THROWS(Timers::Cleanup(), CommonException, AssertFailed);
// Check that we can initialise the timers