diff --git a/test/entt/common/throwing_type.hpp b/test/entt/common/throwing_type.hpp index c6b50523f..77da27a15 100644 --- a/test/entt/common/throwing_type.hpp +++ b/test/entt/common/throwing_type.hpp @@ -20,10 +20,6 @@ public: } throwing_type &operator=(const throwing_type &other) { - if(trigger) { - throw exception_type{}; - } - trigger = other.trigger; return *this; }