From 3f3700516f1c25bac05c566d08730504e061dc58 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 25 May 2024 14:04:12 -0700 Subject: [PATCH] Add checks for improper qualified accesses --- test/misc/qa_tests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/misc/qa_tests.jl b/test/misc/qa_tests.jl index a3b370b5b..7e8bf9ce6 100644 --- a/test/misc/qa_tests.jl +++ b/test/misc/qa_tests.jl @@ -26,4 +26,6 @@ end skip = (NonlinearSolve, Base, Core, SimpleNonlinearSolve, SciMLBase)) === nothing @test check_no_stale_explicit_imports(NonlinearSolve) === nothing + + @test check_all_qualified_accesses_via_owners(NonlinearSolve) === nothing end