Skip to content

Commit

Permalink
Disable heap_two_keys in lit
Browse files Browse the repository at this point in the history
  • Loading branch information
rinon committed Oct 3, 2024
1 parent f4aa08b commit a94708b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
config.excludes = [entry.name for entry in os.scandir(os.path.dirname(os.path.abspath(__file__))) if entry.name not in [
'global_fn_ptr',
'header_includes',
'heap_two_keys',
# TODO(#413)
# 'heap_two_keys',
'macro_attr',
'minimal',
'mmap_loop',
Expand Down

0 comments on commit a94708b

Please sign in to comment.