Skip to content

Commit f2c49b8

Browse files
committed
end clarifcation comments
1 parent fb3b66f commit f2c49b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/mtl/metal.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,6 @@ end
491491

492492
# TODO: continue adding tests
493493

494-
end
494+
end # @autoreleasepool begin
495495

496-
end
496+
end # @testset "MTL" begin

test/profiling.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ cd(tmpdir) do
3030
@test isdir("julia_1.trace")
3131
end
3232

33-
end
34-
end
35-
end
33+
end # cd(tmpdir) do
34+
end # mktempdir() do tmpdir
35+
end # if run_tests
3636

3737
end

0 commit comments

Comments
 (0)