mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
509933800e
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);
|
|
}
|