Skip to content

Commit bc4d49a

Browse files
authored
Fix depwarn grammar (#42069)
1 parent 92337b5 commit bc4d49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Test/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)