| Index: test/cctest/compiler/test-representation-change.cc
|
| diff --git a/test/cctest/compiler/test-representation-change.cc b/test/cctest/compiler/test-representation-change.cc
|
| index 0d6b5b282708118f4fb74fc29bfbf6319fe29806..8d70ca23d9e096cda0007d7e5720f897459dfa73 100644
|
| --- a/test/cctest/compiler/test-representation-change.cc
|
| +++ b/test/cctest/compiler/test-representation-change.cc
|
| @@ -657,10 +657,6 @@ TEST(TypeErrors) {
|
| // Floats cannot be implicitly converted to/from comparison conditions.
|
| r.CheckTypeError(MachineRepresentation::kFloat64, Type::None(),
|
| MachineRepresentation::kBit);
|
| - r.CheckTypeError(MachineRepresentation::kBit, Type::None(),
|
| - MachineRepresentation::kFloat64);
|
| - r.CheckTypeError(MachineRepresentation::kBit, Type::Boolean(),
|
| - MachineRepresentation::kFloat64);
|
|
|
| // Floats cannot be implicitly converted to/from comparison conditions.
|
| r.CheckTypeError(MachineRepresentation::kFloat32, Type::None(),
|
|
|