Remove dynamic exceptions
[anna.git] / source / testing / TestClock.cpp
index d949983..4fe87a4 100644 (file)
@@ -14,7 +14,7 @@
 #include <anna/testing/TestManager.hpp>
 
 
-bool anna::testing::TestClock::tick() throw(anna::RuntimeException) {
+bool anna::testing::TestClock::tick() noexcept(false) {
   return a_manager->tick();
 }