From 3038576c8da23246c72ac0b26c018def55d31ec4 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 4 Aug 2024 14:29:21 -0500 Subject: [PATCH] Change VSCode test --- TypedSyntax/test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TypedSyntax/test/runtests.jl b/TypedSyntax/test/runtests.jl index bb74caff..65a4e2e3 100644 --- a/TypedSyntax/test/runtests.jl +++ b/TypedSyntax/test/runtests.jl @@ -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