From b8c8581c7888daf3a0fcb5d1c8d38be3d6afde4d Mon Sep 17 00:00:00 2001 From: Gnimuc Date: Fri, 5 Jul 2019 10:00:08 +0800 Subject: [PATCH] fix-up --- test/std.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/std.jl b/test/std.jl index 67fe8a6d..6411dd7c 100644 --- a/test/std.jl +++ b/test/std.jl @@ -239,7 +239,7 @@ end end end end - +@static if !Sys.iswindows() @testset "Exceptions" begin @testset "std::length_error&" begin v = icxx"std::vector<$Int>{1, 2, 3};" @@ -252,3 +252,4 @@ end end end end +end