Skip to content

Commit

Permalink
Remove unsupoorted alignment in execution tests (#4145)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter McNeeley <[email protected]>
  • Loading branch information
petermcneeleychromium and Peter McNeeley authored Jan 14, 2025
1 parent 3d039b4 commit 8c3c0ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ g.test('buffer_align')
.beginSubcases()
.combine('member_index', [0, 1, 2] as const)
.combine('alignments', [
[1, 1, 1],
[4, 4, 4],
[4, 8, 16],
[8, 4, 16],
Expand Down

0 comments on commit 8c3c0ff

Please sign in to comment.