diff options
-rw-r--r-- | llvm/unittests/IR/ConstantRangeTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/IR/ConstantRangeTest.cpp b/llvm/unittests/IR/ConstantRangeTest.cpp index c6c9bf6d6b5..a03b7680d29 100644 --- a/llvm/unittests/IR/ConstantRangeTest.cpp +++ b/llvm/unittests/IR/ConstantRangeTest.cpp @@ -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) { |