Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 6fe19c6

Browse files
authored
Fix depwarn grammar (JuliaLang/julia#42069)
1 parent c892b82 commit 6fe19c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ function do_test_throws(result::ExecutionResult, orig_expr, extype)
735735
if isa(extype, Type)
736736
success =
737737
if from_macroexpand && extype == LoadError && exc isa Exception
738-
Base.depwarn("macroexpand no longer throw a LoadError so `@test_throws LoadError ...` is deprecated and passed without checking the error type!", :do_test_throws)
738+
Base.depwarn("macroexpand no longer throws a LoadError so `@test_throws LoadError ...` is deprecated and passed without checking the error type!", :do_test_throws)
739739
true
740740
else
741741
isa(exc, extype)

0 commit comments

Comments
 (0)