commit | 71b447605afafabaf9af11eb6b68f7a05a680727 | [log] [tgz] |
---|---|---|
author | Tim Northover <tnorthover@apple.com> | Sat Aug 03 15:40:00 2019 +0000 |
committer | Tim Northover <tnorthover@apple.com> | Sat Aug 03 15:40:00 2019 +0000 |
tree | 4c82850644b91b98941564a43a6e7928d2c70994 | |
parent | 7849e4163583288ea53837a4e463af472bfe5f02 [diff] [blame] |
IR: Cleanup after test to silence ASAN builds llvm-svn: 367758
diff --git a/llvm/unittests/IR/AsmWriterTest.cpp b/llvm/unittests/IR/AsmWriterTest.cpp index a9d761d..4fa1889 100644 --- a/llvm/unittests/IR/AsmWriterTest.cpp +++ b/llvm/unittests/IR/AsmWriterTest.cpp
@@ -44,6 +44,7 @@ raw_string_ostream OS(S); Arg->print(OS); EXPECT_EQ(S, "i32 <badref>"); + delete Arg; } TEST(AsmWriterTest, DumpDIExpression) {