llvm/unittests/MI/LiveIntervalTest.cpp
NAKAMURA Takumi 20dee1f1c0 Make a stub version of MITests, instead of reverting.
Lit tends to find out-of-date unittests in the build tree.

FIXME: It may be reverted several days after.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261194 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-18 07:37:17 +00:00

7 lines
140 B
C++

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