mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
another one
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98850 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9553188fcc
commit
fe7bb05ad1
@ -59,7 +59,7 @@ TEST(InstructionsTest, BranchInst) {
|
||||
EXPECT_EQ(b0->getNumOperands(), 1U);
|
||||
|
||||
EXPECT_NE(b0->op_begin(), b0->op_end());
|
||||
EXPECT_EQ(b0->op_begin() + 1, b0->op_end());
|
||||
EXPECT_EQ(next(b0->op_begin()), b0->op_end());
|
||||
|
||||
EXPECT_EQ(next(b0->op_begin()), b0->op_end());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user