Skip to content

Commit

Permalink
Fix custom testset example in Test docs (JuliaLang/julia#29149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Adams authored Apr 30, 2020
1 parent 8b85a1f commit 6567fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ that `Test` provides.
Defining a basic `AbstractTestSet` subtype might look like:

```julia
import Test: record, finish
import Test: Test, record, finish
using Test: AbstractTestSet, Result, Pass, Fail, Error
using Test: get_testset_depth, get_testset
struct CustomTestSet <: Test.AbstractTestSet
Expand Down

0 comments on commit 6567fcf

Please sign in to comment.