Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rol1510 committed Jan 13, 2024
1 parent 0acc5bb commit 0f9bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz-parse-lint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int LLVMFuzzerTestOneInput(const std::uint8_t *data, std::size_t size) {
quick_lint_js::Padded_String source(quick_lint_js::String8(
reinterpret_cast<const quick_lint_js::Char8 *>(data), size));

quick_lint_js::Configuration config;
quick_lint_js::CONFIGURATION config;
quick_lint_js::parse_and_lint(&source,
quick_lint_js::Null_Diag_Reporter::instance,
quick_lint_js::Linter_Options{
Expand Down

0 comments on commit 0f9bfee

Please sign in to comment.