mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 18:50:34 +08:00
Removed enable_tail_array_optimization and init()
This commit is contained in:
@@ -88,7 +88,7 @@ TEST(IntegerSpec, Basic)
|
||||
|
||||
#define CHECK(IntType, expected_value) \
|
||||
do { \
|
||||
StorageType<IntType>::Type var(IntType::init()); \
|
||||
StorageType<IntType>::Type var = StorageType<IntType>::Type(); \
|
||||
ASSERT_EQ(1, IntType::decode(var, sc_rd)); \
|
||||
ASSERT_EQ(expected_value, var); \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user