From af9ff27313d38ea0366e714a1a04a6bea3d28b92 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Sun, 24 Jul 2011 09:26:17 +0000 Subject: [PATCH] Omitted one test for gcc/linux [SVN r73320] --- test/algorithms/intersection.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/algorithms/intersection.cpp b/test/algorithms/intersection.cpp index b3a8fef0f..83161dd21 100644 --- a/test/algorithms/intersection.cpp +++ b/test/algorithms/intersection.cpp @@ -184,15 +184,13 @@ void test_areal() ggl_list_20110627_phillip[0], ggl_list_20110627_phillip[1], 1, if_typed_tt(6, 5), 11151.6618); +#ifdef _MSC_VER // gcc/linux behaves differently test_one("ggl_list_20110716_enrico", ggl_list_20110716_enrico[0], ggl_list_20110716_enrico[1], 3, -#ifdef _MSC_VER if_typed(20, 22), -#else - 20, -#endif 35723.8506317139); +#endif return;