From cebff2ff30f56beb2173d4502a9b89e1167ed4fc Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Sun, 15 Mar 2020 17:14:04 -0400 Subject: Fix a syntax error in test spec for BLI_delaunay_2d_test. Test specs are read from strings, and there was a comma instead of a decimal point, and then an extra decimal point in the Quad0 test. This test has been flaky on Windows buildbot. Perhaps this is why. --- tests/gtests/blenlib/BLI_delaunay_2d_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gtests/blenlib/BLI_delaunay_2d_test.cc b/tests/gtests/blenlib/BLI_delaunay_2d_test.cc index 40b607fa807..79e47211049 100644 --- a/tests/gtests/blenlib/BLI_delaunay_2d_test.cc +++ b/tests/gtests/blenlib/BLI_delaunay_2d_test.cc @@ -489,7 +489,7 @@ TEST(delaunay, Quad0) int e_diag_out; const char *spec = R"(4 0 0 0.0 1.0 - 1,0. 0.0 + 1.0 0.0 2.0 0.1 2.25 0.5 )"; -- cgit v1.2.3