summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorJosh Meredith <joshmeredith2008@gmail.com>2023-05-08 14:51:54 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-16 13:59:22 -0400
commit5e3f9bb57680a40f6a9531e41dc2617c5f028e5c (patch)
tree9812a42d2ca88b9b8e59d298db71041216e1078f /libraries
parent67330303714ab64751e538f318932a70c36392b6 (diff)
downloadhaskell-5e3f9bb57680a40f6a9531e41dc2617c5f028e5c.tar.gz
JS: Implement h$clock_gettime in the JavaScript RTS (#23360)
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/tests/Concurrent/all.T2
1 files changed, 1 insertions, 1 deletions
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, [''])