diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-03 17:23:34 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-03 17:23:34 +0000 |
commit | ea04672c82db08338fbe65f53afacca069dcf8b7 (patch) | |
tree | 9e69e0d6b7b2c888f58db1be9f9b36b7abb63799 /clang/test/Frontend/disable-output.c | |
parent | a17a4326d01be3ab80e6e73c168a8eb70100800c (diff) | |
download | bcm5719-llvm-ea04672c82db08338fbe65f53afacca069dcf8b7.tar.gz bcm5719-llvm-ea04672c82db08338fbe65f53afacca069dcf8b7.zip |
Fix leak from r210059
Also revert r210096 which temporarily disabled the test while this was being
investigated.
llvm-svn: 210115
Diffstat (limited to 'clang/test/Frontend/disable-output.c')
-rw-r--r-- | clang/test/Frontend/disable-output.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Frontend/disable-output.c b/clang/test/Frontend/disable-output.c index 46dae32fc51..786ac77ef18 100644 --- a/clang/test/Frontend/disable-output.c +++ b/clang/test/Frontend/disable-output.c @@ -1,8 +1,7 @@ -// FIXME: this test produces a leak report in clang. // REQUIRES: x86-registered-target // RUN: %clang_cc1 %s -emit-llvm-only -triple=i386-apple-darwin -o %t // RUN: not rm %t -// FIXME: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t -// FIXME: not rm %t +// RUN: %clang_cc1 %s -emit-codegen-only -triple=i386-apple-darwin -o %t +// RUN: not rm %t // Test that output is not generated when emission is disabled. |