Skip to content
Snippets Groups Projects
Commit ec957563 authored by Brandon Lai-Cheong's avatar Brandon Lai-Cheong
Browse files

refactor

parent 863b8e8f
No related branches found
No related tags found
No related merge requests found
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include <shapes/point.h> #include <point.h>
TEST(TriangulationTests, Page3Example) { TEST(TriangulationTests, Page3Example) {
...@@ -8,5 +8,6 @@ TEST(TriangulationTests, Page3Example) { ...@@ -8,5 +8,6 @@ TEST(TriangulationTests, Page3Example) {
{175, 77}, {131, 72}, {111, 113}, {175, 77}, {131, 72}, {111, 113},
{72, 43}, {26, 55}, {29, 100}}; {72, 43}, {26, 55}, {29, 100}};
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment