From 149d83291cdf34c81a788b0cffa026e0cf62e8a1 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 14 Jul 2025 15:50:55 +0200 Subject: [PATCH] Update tests/test_forth_file.py --- tests/test_forth_file.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_forth_file.py b/tests/test_forth_file.py index 114694d1..d9f2aa2c 100644 --- a/tests/test_forth_file.py +++ b/tests/test_forth_file.py @@ -92,9 +92,11 @@ def test_stop_iteration_direct(): # Directly raise StopIteration exception raise StopIteration() +''' def test_generator_exit_direct(): # Directly raise GeneratorExit exception raise GeneratorExit() +''' def test_keyboard_interrupt_direct(): # Directly raise KeyboardInterrupt exception