2019-01-03 04:57:34 -08:00
|
|
|
/*
|
|
|
|
* test_cj125.cpp
|
|
|
|
*
|
|
|
|
* Created on: Jan 3, 2019
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
|
|
|
*/
|
|
|
|
|
2019-01-03 17:14:23 -08:00
|
|
|
#include "gtest/gtest.h"
|
2019-01-03 04:57:34 -08:00
|
|
|
|
2019-01-03 17:14:23 -08:00
|
|
|
TEST(testCJ125, todo) {
|
|
|
|
EXPECT_EQ(1, 2 - 1);
|
2019-01-03 04:57:34 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|