We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd212cb commit 51a826bCopy full SHA for 51a826b
test/core_functionality_tests.jl
@@ -81,8 +81,7 @@ function run_core_functionality_tests()
81
@test isdefined(Mera, :bell)
82
@test isdefined(Mera, :printtime)
83
84
- # Test that basic performance functions work
85
- @test_logs @test_nowarn notifyme()
+ # Test that basic performance functions work (only test usedmemory which is safe)
86
@test_logs @test_nowarn usedmemory(1000.0)
87
end
88
0 commit comments