From ee1257ca8ed01feb0f156cc335d6e3a75092c019 Mon Sep 17 00:00:00 2001 From: Pavlo Bashmakov <157482+bexcite@users.noreply.github.com> Date: Thu, 18 May 2023 09:52:05 -0700 Subject: [PATCH] Rare fix: remove unnecessary changes --- tests/alignment_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);