mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
20dee1f1c0
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
7 lines
140 B
C++
7 lines
140 B
C++
#include "gtest/gtest.h"
|
|
|
|
// FIXME: It may be removed when practical tests came.
|
|
TEST(LiveIntervalTest, DummyStub) {
|
|
EXPECT_TRUE(true);
|
|
}
|