Skip to content

Commit d23ce4d

Browse files
committed
fix test for MSVC 2017
1 parent 1081167 commit d23ce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/socket_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ TEST_CASE("send/recv TCP/IPv4")
206206
}()));
207207
}
208208

209-
#if !CPPCORO_COMPILER_MSVC || CPPCORO_COMPILER_MSVC > 191627032 || !CPPCORO_CPU_X86
209+
#if !CPPCORO_COMPILER_MSVC || CPPCORO_COMPILER_MSVC > 192000000 || !CPPCORO_CPU_X86
210210
// HACK: Don't compile this function under MSVC x86.
211211
// It results in an ICE under VS 2017.15 and earlier.
212212

0 commit comments

Comments
 (0)