Commit bd97a422 authored by dpranke's avatar dpranke Committed by Commit bot

Fix typo in fuzzer build file for CrOS.

This was broken in r407045.

TBR=mbarbella@chromium.org
BUG=605732

Review-Url: https://codereview.chromium.org/2180473003
Cr-Commit-Position: refs/heads/master@{#407336}
parent c72ff4ca
...@@ -23,6 +23,6 @@ executable("ipc_fuzzer") { ...@@ -23,6 +23,6 @@ executable("ipc_fuzzer") {
if (is_asan && is_chromeos) { if (is_asan && is_chromeos) {
# Compiling fuzzer.cc with ASan takes too long, see # Compiling fuzzer.cc with ASan takes too long, see
# http://crbug.com/360158. # http://crbug.com/360158.
config -= [ "//build/config/sanitizers:default_sanitizer_flags" ] configs -= [ "//build/config/sanitizers:default_sanitizer_flags" ]
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment