@@ -188,14 +188,16 @@ let
188188 Symbol (" @test_deprecated" ), Symbol (" @test_logs" ), Symbol (" @test_nowarn" ), Symbol (" @test_skip" ),
189189 Symbol (" @test_throws" ), Symbol (" @test_warn" ), Symbol (" @testset" ), :GenericArray , :GenericDict ,
190190 :GenericOrder , :GenericSet , :GenericString , :Test , :TestSetException , :detect_ambiguities , :detect_unbound_args ,
191- :TestMod7648 , :TestModSub9475 , :TestMod7648 , :a9475 , :foo9475 , :c7648 , :foo7648 , :foo7648_nomethods , :Foo7648 ])
191+ :TestMod7648 , :TestModSub9475 , :TestMod7648 , :a9475 , :foo9475 , :c7648 , :foo7648 , :foo7648_nomethods ,
192+ :Foo7648 , Symbol (" @__MODULE__" ), :Base , :LogRecord , :(== ), :(=== ), :TestLogger ])
192193 @test Set (names (TestMod7648, all = true , usings = true )) == Set ([:x36529 , :Test , Symbol (" @inferred" ), Symbol (" @test" ), Symbol (" @test_broken" ),
193194 Symbol (" @test_deprecated" ), Symbol (" @test_logs" ), Symbol (" @test_nowarn" ), Symbol (" @test_skip" ),
194195 Symbol (" @test_throws" ), Symbol (" @test_warn" ), Symbol (" @testset" ), :GenericArray , :GenericDict ,
195196 :GenericOrder , :GenericSet , :GenericString , :Test , :TestSetException , :detect_ambiguities , :detect_unbound_args ,
196197 :TestMod7648 , :TestModSub9475 , :a9475 , :foo9475 , :c7648 , :d7648 , :f7648 ,
197198 :foo7648 , Symbol (" #foo7648" ), :foo7648_nomethods , Symbol (" #foo7648_nomethods" ),
198- :Foo7648 , :eval , Symbol (" #eval" ), :include , Symbol (" #include" )])
199+ :Foo7648 , :eval , Symbol (" #eval" ), :include , Symbol (" #include" ), Symbol (" @__MODULE__" ), :Base ,
200+ :LogRecord , :(== ), :(=== ), :TestLogger ])
199201 @test isconst (TestMod7648, :c7648 )
200202 @test ! isconst (TestMod7648, :d7648 )
201203end
0 commit comments