diff --git a/src/test.h b/src/test.h index e8c8742..fd7c28a 100644 --- a/src/test.h +++ b/src/test.h @@ -31,7 +31,7 @@ static_assert(std::is_trivially_copyable_v); struct TestCase { State before, after; - u16 opcode, expand; + u16 opcode, expand, unused; }; static_assert(sizeof(TestCase) == 4312);