| Index: test/cctest/test-profile-generator.cc
|
| diff --git a/test/cctest/test-profile-generator.cc b/test/cctest/test-profile-generator.cc
|
| index 57b9090d740f94a9d304afc4cbfcfecb0925cf35..b7aba6e9da568871a6173c2ce121436926c1f170 100644
|
| --- a/test/cctest/test-profile-generator.cc
|
| +++ b/test/cctest/test-profile-generator.cc
|
| @@ -684,7 +684,7 @@ TEST(LineNumber) {
|
|
|
| profiler.processor()->StopSynchronously();
|
|
|
| - bool is_lazy = i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager);
|
| + bool is_lazy = i::FLAG_lazy;
|
| CHECK_EQ(1, GetFunctionLineNumber(profiler, env, "foo_at_the_first_line"));
|
| CHECK_EQ(is_lazy ? 0 : 4,
|
| GetFunctionLineNumber(profiler, env, "lazy_func_at_forth_line"));
|
|
|