Skip to content

Commit 42ac4b1

Browse files
authored
Test: fix allowed_undefineds typo (#47572)
1 parent 5495b8d commit 42ac4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/Test/src/Test.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,8 +1904,8 @@ be suppressed by supplying a collection of `GlobalRef`s for which
19041904
the warning can be skipped. For example, setting
19051905
19061906
```
1907-
allow_undefineds = Set([GlobalRef(Base, :active_repl),
1908-
GlobalRef(Base, :active_repl_backend)])
1907+
allowed_undefineds = Set([GlobalRef(Base, :active_repl),
1908+
GlobalRef(Base, :active_repl_backend)])
19091909
```
19101910
19111911
would suppress warnings about `Base.active_repl` and

0 commit comments

Comments
 (0)