Skip to content

Commit

Permalink
comment fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jan 17, 2025
1 parent 17c7b50 commit f047de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_jet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using JET: ReportPass, DefinitionAnalysisPass, BasicPass, InferenceErrorReport,
# TODO find a more fine-grained way to check these.
struct NoMatchingMethodIsOK <: ReportPass end

# ignores `UncaughtExceptionReport` and `MethodErrorReport` analyzed by `JETAnalyzer`
# ignores `MethodErrorReport` analyzed by `JETAnalyzer`
(::NoMatchingMethodIsOK)(::Type{MethodErrorReport}, @nospecialize(_...)) = return

function (::NoMatchingMethodIsOK)(report_type::Type{<:InferenceErrorReport}, @nospecialize(args...))
Expand Down

0 comments on commit f047de8

Please sign in to comment.