Skip to content

Commit b351ee6

Browse files
committed
exclude output tests on older versions of macOS
1 parent 44f766a commit b351ee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/output.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@testset "output" begin
2-
2+
if Metal.macos_version() >= v"15"
33
@testset "formatted output" begin
44
_, out = @grab_output @on_device @mtlprintf("")
55
@test out == ""
@@ -135,4 +135,5 @@
135135
@test out == "seven_i32 = 7\nthree_f32 = 3.000000\n1.0f0 + 4.0f0 = 5.000000\n"
136136
end
137137
end
138+
end
138139

0 commit comments

Comments
 (0)