summaryrefslogtreecommitdiffstats
path: root/tests/scene/test_viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scene/test_viewport.h')
-rw-r--r--tests/scene/test_viewport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scene/test_viewport.h b/tests/scene/test_viewport.h
index ab17459a41..dd4786977e 100644
--- a/tests/scene/test_viewport.h
+++ b/tests/scene/test_viewport.h
@@ -226,7 +226,7 @@ TEST_CASE("[SceneTree][Viewport] Controls and InputEvent handling") {
SUBCASE("[Viewport][GuiInputEvent] nullptr as argument doesn't lead to a crash.") {
ERR_PRINT_OFF;
- CHECK_NOTHROW(root->push_input(nullptr));
+ root->push_input(nullptr);
ERR_PRINT_ON;
}