mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Delete the functions F1 and F2 to appease the valgrind bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9af7014019
commit
bb5cbd86a4
@ -168,6 +168,9 @@ TEST_F(CloneInstruction, Attributes) {
|
||||
|
||||
CloneFunctionInto(F2, F1, VMap, false, Returns);
|
||||
EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr());
|
||||
|
||||
delete F1;
|
||||
delete F2;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user