summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MI/LiveIntervalTest.cpp
blob: 534bd0d686a5808e9e7511ef061b9eb043cc6baf (plain)
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);
}
OpenPOWER on IntegriCloud