From f8582bd6e31df73b4f18f676650ae183624d8eb2 Mon Sep 17 00:00:00 2001 From: Sylvain Henry <sylvain@haskus.fr> Date: Fri, 16 Jun 2023 11:37:38 +0200 Subject: [PATCH] JS: T16707 fixed (eventlog issue) --- tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all.T b/tests/all.T index f8ac83b..8f50fb5 100644 --- a/tests/all.T +++ b/tests/all.T @@ -16,4 +16,4 @@ test('stm065', normal, compile_and_run, ['-package stm']) test('cloneTChan001', normal, compile_and_run, ['-package stm']) test('T15136', extra_run_opts('20'), compile_and_run, ['-package stm']) -test('T16707', js_broken(22576), compile_and_run, ['']) +test('T16707', normal, compile_and_run, ['']) -- GitLab