mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 16:51:42 +00:00

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);
|
|
}
|