1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/unittests/MI/LiveIntervalTest.cpp
NAKAMURA Takumi 509933800e 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.
llvm-svn: 261194
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);
}