From ea04672c82db08338fbe65f53afacca069dcf8b7 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Tue, 3 Jun 2014 17:23:34 +0000 Subject: Fix leak from r210059 Also revert r210096 which temporarily disabled the test while this was being investigated. llvm-svn: 210115 --- clang/test/Frontend/disable-output.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'clang/test/Frontend/disable-output.c') 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. -- cgit v1.2.3