| Index: test/cctest/compiler/test-js-constant-cache.cc
 | 
| diff --git a/test/cctest/compiler/test-js-constant-cache.cc b/test/cctest/compiler/test-js-constant-cache.cc
 | 
| index d7f19970dca62a2a2571d573461302527a10039d..eb0975ef456db9e7187367b37bba68b666023905 100644
 | 
| --- a/test/cctest/compiler/test-js-constant-cache.cc
 | 
| +++ b/test/cctest/compiler/test-js-constant-cache.cc
 | 
| @@ -227,7 +227,7 @@ TEST(NumberTypes) {
 | 
|    FOR_FLOAT64_INPUTS(i) {
 | 
|      double value = *i;
 | 
|      Node* node = T.Constant(value);
 | 
| -    CHECK(T.upper(node)->Is(Type::Of(value, T.main_zone())));
 | 
| +    CHECK(T.upper(node)->Equals(Type::Of(value, T.main_zone())));
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |