Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
776e6de51626b01b6e4d062c243e48bcc9446884
/
.
/
llvm
/
unittests
/
MI
/
LiveIntervalTest.cpp
blob: 534bd0d686a5808e9e7511ef061b9eb043cc6baf [
file
] [
log
] [
blame
]
NAKAMURA Takumi
c1857d1
2016-02-18 07:37:17 +0000
[
diff
] [
blame
]
1
#include
"gtest/gtest.h"
2
3
// FIXME: It may be removed when practical tests came.
4
TEST
(
LiveIntervalTest
,
DummyStub
)
{
5
EXPECT_TRUE
(
true
);
6
}