terminal: our mode size changed

This commit is contained in:
Mitchell Hashimoto
2023-11-12 22:20:28 -08:00
parent df800fb0b3
commit 3192b13546

View File

@ -69,7 +69,7 @@ pub const ModeState = struct {
// We have this here so that we explicitly fail when we change the
// size of modes. The size of modes is NOT particularly important,
// we just want to be mentally aware when it happens.
try std.testing.expectEqual(4, @sizeOf(ModePacked));
try std.testing.expectEqual(8, @sizeOf(ModePacked));
}
};