1 2 3 4 5 6
#include "gtest/gtest.h" // FIXME: It may be removed when practical tests came. TEST(LiveIntervalTest, DummyStub) { EXPECT_TRUE(true); }