llvm-project/llvm/unittests/MI/LiveIntervalTest.cpp

7 lines
140 B
C++
Raw Normal View History

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