Skip to content

Commit 3bd9062

Browse files
committed
remove testset layer
1 parent 7804676 commit 3bd9062

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/capturing.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ else
77
# Verify Metal capture is enabled via environment variable
88
@test capturing
99

10-
@testset "capturing" begin
11-
1210
mktempdir() do tmpdir
1311
cd(tmpdir) do
1412

@@ -85,5 +83,5 @@ end
8583
end # cd(tmpdir) do
8684
end # mktempdir() do tmpdir
8785

88-
end # @testset "capturing" begin
8986
end # if shader_validation (else branch)
87+

0 commit comments

Comments
 (0)