Skip to content

Commit e34c7b8

Browse files
committed
[squash] additional fixup
1 parent d7dc206 commit e34c7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/test/cctest/test-cpu-profiler.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ TEST(FunctionDetails) {
16691669
}
16701670

16711671
TEST(FunctionDetailsInlining) {
1672-
if (!CcTest::i_isolate()->use_optimizer() || i::FLAG_always_opt) return;
1672+
if (!i::FLAG_opt || i::FLAG_always_opt) return;
16731673
i::FLAG_allow_natives_syntax = true;
16741674
v8::HandleScope scope(CcTest::isolate());
16751675
v8::Local<v8::Context> env = CcTest::NewContext(PROFILER_EXTENSION);

0 commit comments

Comments
 (0)