mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
IR: Cleanup after test to silence ASAN builds
llvm-svn: 367758
This commit is contained in:
parent
3319079fca
commit
bb5c37f968
@ -44,6 +44,7 @@ TEST(AsmWriterTest, DebugPrintDetachedArgument) {
|
||||
raw_string_ostream OS(S);
|
||||
Arg->print(OS);
|
||||
EXPECT_EQ(S, "i32 <badref>");
|
||||
delete Arg;
|
||||
}
|
||||
|
||||
TEST(AsmWriterTest, DumpDIExpression) {
|
||||
|
Loading…
Reference in New Issue
Block a user