summaryrefslogtreecommitdiff
path: root/src/tools/fuzzing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r--src/tools/fuzzing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h
index f1fc61e06..03efd8134 100644
--- a/src/tools/fuzzing.h
+++ b/src/tools/fuzzing.h
@@ -499,7 +499,6 @@ private:
Index num = upTo(3);
for (size_t i = 0; i < num; i++) {
auto tag = builder.makeTag(Names::getValidTagName(wasm, "tag$"),
- WASM_TAG_ATTRIBUTE_EXCEPTION,
Signature(getControlFlowType(), Type::none));
wasm.addTag(std::move(tag));
}