comparison tests/libclient/point/main.cpp @ 7:45b3c770803c

Misc: switch to lower case (part 2)
author David Demelier <markand@malikania.fr>
date Wed, 23 Mar 2016 17:11:39 +0100
parents 8991989c4708
children a1e80d991968
comparison
equal deleted inserted replaced
6:13650239e6c2 7:45b3c770803c
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <gtest/gtest.h> 19 #include <gtest/gtest.h>
20 20
21 #include <malikania/Point.h> 21 #include <malikania/point.h>
22 22
23 using namespace malikania; 23 using namespace malikania;
24 24
25 TEST(Basics, none) 25 TEST(Basics, none)
26 { 26 {