Skip to content

Commit

Permalink
Rare fix: remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bexcite committed Jun 12, 2023
1 parent f8a8a9d commit 2cf39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/alignment_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void AlignmentTest() {
BadAlignmentSmall *small;
Offset<Vector<const BadAlignmentSmall *>> small_offset =
builder.CreateUninitializedVectorOfStructs(9, &small);
(void)small; // We do not have to write data to trigger the test failure
(void)small; // We do not have to write data to trigger the test failure

Offset<BadAlignmentRoot> root =
CreateBadAlignmentRoot(builder, outer_large, small_offset);
Expand Down

0 comments on commit 2cf39f1

Please sign in to comment.