Skip to content
Snippets Groups Projects
Commit 0ff1c501 authored by Josh Meredith's avatar Josh Meredith :flag_au: Committed by Marge Bot
Browse files

JS: remove js_broken(22576) in favour of the pre-existing wordsize(32) condition (#22576)

parent 17f250d7
No related branches found
No related tags found
No related merge requests found
......@@ -658,7 +658,7 @@ test('T21839c',
['-O'])
test ('InfiniteListFusion',
[collect_stats('bytes allocated',2), when(wordsize(32), skip), js_broken(22576)],
[collect_stats('bytes allocated',2), when(wordsize(32), skip)],
compile_and_run,
['-O2 -package ghc'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment