From 54562b6358566e91c44589be5da79b8f6d422660 Mon Sep 17 00:00:00 2001 From: rafaqz Date: Sat, 10 Aug 2024 12:07:02 +0200 Subject: [PATCH] use the LINE macro not manual --- test/helpers.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.jl b/test/helpers.jl index 71743f386..abe6ff8fc 100644 --- a/test/helpers.jl +++ b/test/helpers.jl @@ -92,7 +92,7 @@ function _testset_implementations_inner(title, modules::Union{Expr,Vector}, code testset = Expr( :macrocall, Symbol("@testset"), - LineNumberNode(95, @__FILE__), + LineNumberNode(@__LINE__, @__FILE__), Expr(:string, mod, " ", title), code1 )