From 5e3f9bb57680a40f6a9531e41dc2617c5f028e5c Mon Sep 17 00:00:00 2001 From: Josh Meredith Date: Mon, 8 May 2023 14:51:54 +0000 Subject: JS: Implement h$clock_gettime in the JavaScript RTS (#23360) --- libraries/base/tests/Concurrent/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries') diff --git a/libraries/base/tests/Concurrent/all.T b/libraries/base/tests/Concurrent/all.T index 76d40e5034..7179ff7115 100644 --- a/libraries/base/tests/Concurrent/all.T +++ b/libraries/base/tests/Concurrent/all.T @@ -1,3 +1,3 @@ test('Chan002', [extra_run_opts('100'), fragile(22836)], compile_and_run, ['']) test('Chan003', extra_run_opts('200'), compile_and_run, ['']) -test('ThreadDelay001', js_broken(22374), compile_and_run, ['']) +test('ThreadDelay001', normal, compile_and_run, ['']) -- cgit v1.2.1