Index: testing/libfuzzer/fuzzers/BUILD.gn |
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn |
index 8c8752b073b357832cd735575b282cb0b967a42c..e1105d661b881c5b6d8d422d2bf9a30f14042a6b 100644 |
--- a/testing/libfuzzer/fuzzers/BUILD.gn |
+++ b/testing/libfuzzer/fuzzers/BUILD.gn |
@@ -290,16 +290,6 @@ fuzzer_test("v8_wasm_fuzzer") { |
libfuzzer_options = [ "max_len=500" ] |
} |
-fuzzer_test("v8_wasm_asmjs_fuzzer") { |
- sources = [] |
- deps = [ |
- "//v8:wasm_asmjs_fuzzer", |
- ] |
- dict = "dicts/v8_wasm.dict" |
- seed_corpus = "//v8/test/fuzzer/wasm_asmjs_corpus/" |
- libfuzzer_options = [ "max_len=500" ] |
-} |
- |
fuzzer_test("v8_wasm_data_section_fuzzer") { |
sources = [] |
deps = [ |