summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/MI/LiveIntervalTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/MI/LiveIntervalTest.cpp')
-rw-r--r--llvm/unittests/MI/LiveIntervalTest.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/unittests/MI/LiveIntervalTest.cpp b/llvm/unittests/MI/LiveIntervalTest.cpp
new file mode 100644
index 00000000000..534bd0d686a
--- /dev/null
+++ b/llvm/unittests/MI/LiveIntervalTest.cpp
@@ -0,0 +1,6 @@
+#include "gtest/gtest.h"
+
+// FIXME: It may be removed when practical tests came.
+TEST(LiveIntervalTest, DummyStub) {
+ EXPECT_TRUE(true);
+}
OpenPOWER on IntegriCloud