[COMMITTED] a68: reset the global module_objects in testsuite/algol68/execute/execute.exp

Jose E. Marchesi jemarch@gnu.org
Mon Nov 24 20:34:59 GMT 2025


---
 gcc/testsuite/algol68/execute/modules/execute.exp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/algol68/execute/modules/execute.exp b/gcc/testsuite/algol68/execute/modules/execute.exp
index 709033bf270..0067fa9d16f 100644
--- a/gcc/testsuite/algol68/execute/modules/execute.exp
+++ b/gcc/testsuite/algol68/execute/modules/execute.exp
@@ -37,6 +37,7 @@ foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/program-*.a68]] {
     }
     algol68-torture-execute $testcase
     set algol68_compile_args ""
+    global module_objects
     set module_objects ""
 }
 
-- 
2.30.2



More information about the Algol68 mailing list