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 May 18, 2023
1 parent 513c075 commit ee1257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/alignment_test.cpp
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 ee1257c

Please sign in to comment.