diff --git a/tests/alignment_test.cpp b/tests/alignment_test.cpp index 90dcc8d86a5..715c6dc46e5 100644 --- a/tests/alignment_test.cpp +++ b/tests/alignment_test.cpp @@ -17,7 +17,7 @@ void AlignmentTest() { BadAlignmentSmall *small; Offset> 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 root = CreateBadAlignmentRoot(builder, outer_large, small_offset);