From 36070d0ef44b1bdbcbcd24dcf9f552a3c947cd52 Mon Sep 17 00:00:00 2001 From: Chris Foster Date: Sun, 26 Nov 2017 11:43:33 +1000 Subject: [PATCH] Add test_logs and test_deprecated to manual --- stdlib/Test/docs/src/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdlib/Test/docs/src/index.md b/stdlib/Test/docs/src/index.md index 52f3c9c024cd9..317fb39eeceb1 100644 --- a/stdlib/Test/docs/src/index.md +++ b/stdlib/Test/docs/src/index.md @@ -181,6 +181,8 @@ ERROR: There was an error during testing ```@docs Test.@inferred +Test.@test_logs +Test.@test_deprecated Test.@test_warn Test.@test_nowarn ```