Skip to content

Commit

Permalink
Change VSCode test
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 4, 2024
1 parent 646b241 commit 3038576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TypedSyntax/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ using TypedSyntax: InlayHint, Diagnostic, InlayHintKinds
"("
"::$Int"
")::Bool"
"::$Int"
"::Float64"
"::Core.Const(-1)"
"::Core.Const(1.0)"
")::Union{Float64, $Int}"]
@test length(io[:diagnostics]) == 2
end

0 comments on commit 3038576

Please sign in to comment.