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

Commit 083df3c

Browse files
authored
Merge pull request JuliaLang/julia#47488 from JuliaLang/backports-release-1.8
Backports for Julia 1.8.4
2 parents 6d9f98e + 9e18f5a commit 083df3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Test.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,9 @@ a matching function,
680680
or a value (which will be tested for equality by comparing fields).
681681
Note that `@test_throws` does not support a trailing keyword form.
682682
683+
!!! compat "Julia 1.8"
684+
The ability to specify anything other than a type or a value as `exception` requires Julia v1.8 or later.
685+
683686
# Examples
684687
```jldoctest
685688
julia> @test_throws BoundsError [1, 2, 3][4]

0 commit comments

Comments
 (0)