mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-13 18:45:55 +00:00

Lit tends to find out-of-date unittests in the build tree. FIXME: It may be reverted several days after. llvm-svn: 261194
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);
|
|
}
|