summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 035339fa30..bf7680cd43 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -271,9 +271,7 @@ $(run-test-targets): run-%: host-%
# Fuzzing tests
fuzz-test-targets=$(foreach t,$(fuzz-test-list-host),host-$(t))
-# TODO(crbug.com/918662) Enable fuzz test runs once they are fixed for the new
-# compiler
-run-fuzz-test-targets=#$(foreach t,$(fuzz-test-list-host),run-$(t))
+run-fuzz-test-targets=$(foreach t,$(fuzz-test-list-host),run-$(t))
.PHONY: $(fuzz-test-targets) $(run-fuzz-test-targets)