Skip to content

Commit b8c8581

Browse files
authored
fix-up
1 parent fadf415 commit b8c8581

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/std.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ end
239239
end
240240
end
241241
end
242-
242+
@static if !Sys.iswindows()
243243
@testset "Exceptions" begin
244244
@testset "std::length_error&" begin
245245
v = icxx"std::vector<$Int>{1, 2, 3};"
@@ -252,3 +252,4 @@ end
252252
end
253253
end
254254
end
255+
end

0 commit comments

Comments
 (0)