diff options
author | Josh Meredith <joshmeredith2008@gmail.com> | 2022-12-01 11:01:57 +0000 |
---|---|---|
committer | Josh Meredith <joshmeredith2008@gmail.com> | 2023-02-06 07:47:57 +0000 |
commit | b18fbf52f98d0128c52b3a90ddca727a6d5d4d45 (patch) | |
tree | 6c636a49491ef993cbdc813174a4d7c233f4c1d7 /testsuite/tests/callarity | |
parent | 3c0f0c6d99486502c72e6514a40e7264baaa6afc (diff) | |
download | haskell-b18fbf52f98d0128c52b3a90ddca727a6d5d4d45.tar.gz |
Update JavaScript fileStat to match Emscripten layoutwip/js-fileStat
Diffstat (limited to 'testsuite/tests/callarity')
-rw-r--r-- | testsuite/tests/callarity/unittest/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/callarity/unittest/all.T b/testsuite/tests/callarity/unittest/all.T index bbdff0d676..e39c1d7597 100644 --- a/testsuite/tests/callarity/unittest/all.T +++ b/testsuite/tests/callarity/unittest/all.T @@ -5,4 +5,4 @@ setTestOpts(f) setTestOpts(extra_hc_opts('-package ghc')) setTestOpts(extra_run_opts('"' + config.libdir + '"')) -test('CallArity1', js_broken(22362), compile_and_run, ['']) +test('CallArity1', normal, compile_and_run, ['']) |