Skip to content

Commit 825563e

Browse files
author
git apple-llvm automerger
committed
Merge commit '410a1341b599' from llvm.org/main into next
2 parents 667d6ab + 410a134 commit 825563e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/AST/ByteCode/Descriptor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ TEST(Descriptor, Primitives) {
403403
ASSERT_FALSE(PF5.isElementPastEnd());
404404

405405
const Pointer &E1 = PF5.atIndex(0);
406+
(void)E1;
406407
ASSERT_TRUE(PF5.isOnePastEnd());
407408
ASSERT_FALSE(PF5.isElementPastEnd());
408409
}

0 commit comments

Comments
 (0)