| Index: test/mjsunit/field-type-tracking.js
 | 
| diff --git a/test/mjsunit/field-type-tracking.js b/test/mjsunit/field-type-tracking.js
 | 
| index 47108327f9c0869126fd62f3fcd5a5f88f7fc309..b4901f34c34e706877316b65242dcfbaf75192d4 100644
 | 
| --- a/test/mjsunit/field-type-tracking.js
 | 
| +++ b/test/mjsunit/field-type-tracking.js
 | 
| @@ -3,9 +3,6 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  // Flags: --allow-natives-syntax --nostress-opt --track-field-types
 | 
| -// Flags: --no-always-opt
 | 
| -
 | 
| -assertFalse(isAlwaysOptimize());
 | 
|  
 | 
|  (function() {
 | 
|    var o = { text: "Hello World!" };
 | 
| 
 |