Skip to content

Commit 37202d4

Browse files
committed
fixup! remove unecessary consts
1 parent a982811 commit 37202d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DiffTests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ end
293293
# `Ref{Any}` container only to be able to catch and test the warnings emitted during
294294
# compilation in the body of the function.
295295
test_mat2num = Ref{Any}(test_matrix_to_number)
296-
warn_msg = f === DiffTests.vec2num_3 ? r"Using fallback BLAS replacements for" : ""
296+
warn_msg = f === vec2num_3 ? r"Using fallback BLAS replacements for" : ""
297297
@test_warn warn_msg test_mat2num[](f, y; rtol = 1.0e-6, atol = 1.0e-6)
298298
end
299299

0 commit comments

Comments
 (0)