File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -396,11 +396,11 @@ end
396396 @test nestedrelpath (path, " test/dir/other/bar_test.jl" ) == " test/dir/foo_test.jl"
397397
398398 if isdefined (Base, Symbol (" @allocations" )) # added in Julia v1.9
399- @test 1 >= @allocations (nestedrelpath (path, " test" ))
400- @test 1 >= @allocations (nestedrelpath (path, " test/dir" ))
401- @test 0 = = @allocations (nestedrelpath (path, " test/dir/foo_test.jl" ))
402- @test 0 = = @allocations (nestedrelpath (path, " test/dir/other" ))
403- @test 0 = = @allocations (nestedrelpath (path, " test/dir/other/bar_test.jl" ))
399+ @test 2 >= @allocations (nestedrelpath (path, " test" ))
400+ @test 2 >= @allocations (nestedrelpath (path, " test/dir" ))
401+ @test 1 > = @allocations (nestedrelpath (path, " test/dir/foo_test.jl" ))
402+ @test 1 > = @allocations (nestedrelpath (path, " test/dir/other" ))
403+ @test 1 > = @allocations (nestedrelpath (path, " test/dir/other/bar_test.jl" ))
404404 end
405405end
406406
You can’t perform that action at this time.
0 commit comments