Removed enable_tail_array_optimization and init()

This commit is contained in:
Pavel Kirienko
2014-02-22 17:08:38 +04:00
parent a58e8842e2
commit fb32aabb54
6 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -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)