forked from OSchip/llvm-project
7 lines
140 B
C++
7 lines
140 B
C++
|
#include "gtest/gtest.h"
|
||
|
|
||
|
// FIXME: It may be removed when practical tests came.
|
||
|
TEST(LiveIntervalTest, DummyStub) {
|
||
|
EXPECT_TRUE(true);
|
||
|
}
|