Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gtests/blenlib/BLI_delaunay_2d_test.cc2
1 files changed, 1 insertions, 1 deletions
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
)";