| Index: test/mjsunit/compiler/concurrent-proto-change.js
|
| diff --git a/test/mjsunit/compiler/concurrent-proto-change.js b/test/mjsunit/compiler/concurrent-proto-change.js
|
| index e126465a9566f2c540515185326061767e7caef0..3abf292c924b19fd2a27c06254972121dfefa08b 100644
|
| --- a/test/mjsunit/compiler/concurrent-proto-change.js
|
| +++ b/test/mjsunit/compiler/concurrent-proto-change.js
|
| @@ -54,3 +54,5 @@ assertUnoptimized(f, "no sync");
|
| // Optimization eventually bails out due to map dependency.
|
| assertUnoptimized(f, "sync");
|
| assertEquals(2, f(o));
|
| +//Clear type info for stress runs.
|
| +%ClearFunctionTypeFeedback(f);
|
|
|