Skip to content

Commit

Permalink
revert example errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rol1510 committed Jan 13, 2024
1 parent c1792af commit 9ed2378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fuzz/fuzz-parse-lint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ int LLVMFuzzerTestOneInput(const std::uint8_t *data, std::size_t size) {
quick_lint_js::Configuration config;
quick_lint_js::parse_and_lint(&source,
quick_lint_js::Null_Diag_Reporter::instance,
quick_lint_js::Linter_Options{});
quick_lint_js::Linter_Options{
.configuration = &config,
});
return 0;
}
}
Expand Down

0 comments on commit 9ed2378

Please sign in to comment.