diff options
author | Josh Meredith <joshmeredith2008@gmail.com> | 2023-05-08 14:51:54 +0000 |
---|---|---|
committer | Josh Meredith <joshmeredith2008@gmail.com> | 2023-05-08 14:58:42 +0000 |
commit | 8e52b799b2f2d3e6f5543ae78a1c010b155d527b (patch) | |
tree | 8ca2076813c2d835a1cb4ffa9f3014e4bd53acbe /libraries/base | |
parent | 994bda563604461ffb8454d6e298b0310520bcc8 (diff) | |
download | haskell-wip/js-clock_gettime.tar.gz |
JS: Implement h$clock_gettime in the JavaScript RTS (#23360)wip/js-clock_gettime
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/tests/Concurrent/all.T | 2 |
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, ['']) |