Chromium Code Reviews| Index: test/mjsunit/array-feedback.js |
| diff --git a/test/mjsunit/array-feedback.js b/test/mjsunit/array-feedback.js |
| index ebe1b95d6c741738d2b70fe67c675281dd3e1d94..6b1cbb3f5f7b08593dd1db50cdc3b89c524cc232 100644 |
| --- a/test/mjsunit/array-feedback.js |
| +++ b/test/mjsunit/array-feedback.js |
| @@ -192,7 +192,7 @@ if (support_smi_only_arrays) { |
| b[0] = 3.5; |
| c = create0(); |
| assertKind(elements_kind.fast_double, c); |
| - assertTrue(2 != %GetOptimizationStatus(create0)); |
| + assertOptimized(create0); |
| } |
| })(); |