mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-18 20:18:12 +00:00
[ConstantRange] Add missing result check to the ConstantRange::truncate test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304693 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8ea9add3e
commit
e6cc2d00d9
@ -187,6 +187,7 @@ TEST_F(ConstantRangeTest, Trunc) {
|
||||
EXPECT_EQ(TOne, ConstantRange(One.getLower().trunc(10),
|
||||
One.getUpper().trunc(10)));
|
||||
EXPECT_TRUE(TSome.isFullSet());
|
||||
EXPECT_TRUE(TWrap.isFullSet());
|
||||
}
|
||||
|
||||
TEST_F(ConstantRangeTest, ZExt) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user