| Index: test/cctest/compiler/test-run-jsops.cc
|
| diff --git a/test/cctest/compiler/test-run-jsops.cc b/test/cctest/compiler/test-run-jsops.cc
|
| index df65afa6c50e80333bff4eac97546450e27a3379..bb7c239a59bf8fc78212412042596409f5e9b033 100644
|
| --- a/test/cctest/compiler/test-run-jsops.cc
|
| +++ b/test/cctest/compiler/test-run-jsops.cc
|
| @@ -212,7 +212,7 @@ TEST(BinopLessThan) {
|
| }
|
|
|
|
|
| -TEST(BinopLessThanEqual) {
|
| +TEST(BinopLessThanOrEqual) {
|
| FunctionTester T("(function(a,b) { return a <= b; })");
|
|
|
| T.CheckTrue(7, 8);
|
|
|