Skip to content

Commit

Permalink
Test: fix allowed_undefineds typo (JuliaLang#47572)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 28, 2022
1 parent 5495b8d commit 42ac4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Test/src/Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1904,8 +1904,8 @@ be suppressed by supplying a collection of `GlobalRef`s for which
the warning can be skipped. For example, setting
```
allow_undefineds = Set([GlobalRef(Base, :active_repl),
GlobalRef(Base, :active_repl_backend)])
allowed_undefineds = Set([GlobalRef(Base, :active_repl),
GlobalRef(Base, :active_repl_backend)])
```
would suppress warnings about `Base.active_repl` and
Expand Down

0 comments on commit 42ac4b1

Please sign in to comment.