lgtm with the requested change

https://codereview.chromium.org/774163005/diff/1/test/cctest/test-api.cc
File test/cctest/test-api.cc (right):

https://codereview.chromium.org/774163005/diff/1/test/cctest/test-api.cc#newcode24492
test/cctest/test-api.cc:24492: bool should_be_neuterable =
!i::FLAG_turbo_asm;
please just make this

#if V8_TURBOFAN_TARGET
bool should_be_neuterable = !i::FLAG_turbo_asm;
#else
bool should_be_neuterable = false;
#endif

https://codereview.chromium.org/774163005/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to