6cb702b723
Currently some tests pass in checked mode but fails in non-checked mode because we don't check the result of a constant-evaluation that should be bool in non-checked mode. This CL changes it so we always check the bool result in the constant-evaluator. BUG= R=kustermann@google.com Review-Url: https://codereview.chromium.org/2956493003 .