Index: test/cctest/compiler/test-simplified-lowering.cc |
diff --git a/test/cctest/compiler/test-simplified-lowering.cc b/test/cctest/compiler/test-simplified-lowering.cc |
index ebb7d17e366f157b2eb4c0fef47e8323518c2984..99abaf84e7f365a711fb5e1371a4ba9237935919 100644 |
--- a/test/cctest/compiler/test-simplified-lowering.cc |
+++ b/test/cctest/compiler/test-simplified-lowering.cc |
@@ -1398,9 +1398,9 @@ TEST(LowerLoadElement_to_load) { |
TEST(LowerStoreElement_to_store) { |
{ |
- TestingGraph t(Type::Any(), Type::Signed32()); |
- |
for (size_t i = 0; i < arraysize(kMachineReps); i++) { |
+ TestingGraph t(Type::Any(), Type::Signed32()); |
+ |
ElementAccess access = {kTaggedBase, FixedArrayBase::kHeaderSize, |
Type::Any(), kMachineReps[i]}; |