From 79e43384a57a803927d6c335cd756dbd289545e3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 30 Nov 2021 21:37:17 -0500 Subject: [PATCH] proteus to have enlarged Lua --- unit_tests/tests/test_engine_math.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/tests/test_engine_math.cpp b/unit_tests/tests/test_engine_math.cpp index dc18df9ed9..cc4fa5816e 100644 --- a/unit_tests/tests/test_engine_math.cpp +++ b/unit_tests/tests/test_engine_math.cpp @@ -17,7 +17,9 @@ TEST(misc, structSize) { ASSERT_EQ(1, sizeof(pin_output_mode_e)) << "small enum size"; ASSERT_EQ(1, sizeof(brain_pin_e)) << "small enum size"; ASSERT_EQ(16, sizeof(air_pressure_sensor_config_s)); +/* no longer the case at least for Proteus ASSERT_EQ(20000, sizeof(persistent_config_s)); +*/ } TEST(misc, testIgnitionPlanning) {