| Index: test/mjsunit/array-store-and-grow.js
|
| diff --git a/test/mjsunit/array-store-and-grow.js b/test/mjsunit/array-store-and-grow.js
|
| index dca674904ee078395aa9b0efb9fc2c94413d4551..a03a753e4469c5ccb025067095fd0ec06f9a3e39 100644
|
| --- a/test/mjsunit/array-store-and-grow.js
|
| +++ b/test/mjsunit/array-store-and-grow.js
|
| @@ -204,5 +204,6 @@ assertEquals(0.5, array_store_1([], 0, 0.5));
|
| assertOptimized(grow_store);
|
| grow_store(a,2048,1);
|
| assertUnoptimized(grow_store);
|
| + %ClearFunctionTypeFeedback(grow_store);
|
| })();
|
|
|
|
|