Commit aa3dccaa authored by Davis King's avatar Davis King

Added another test

parent 45bf1b95
......@@ -792,6 +792,7 @@ namespace
DLIB_TEST(rect.width() == drect.width());
DLIB_TEST(rect.height() == drect.height());
DLIB_TEST(dcenter(rect) == dcenter(drect));
DLIB_TEST(rect.is_empty() == drect.is_empty());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment