From 3113fa8f329b2dfbb8e41a3714dc2dd91f6bc44e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Oct 2008 04:13:23 +0000 Subject: [PATCH] Don't leave an output file in the test directory. llvm-svn: 56910 --- llvm/test/Assembler/2008-09-02-FunctionNotes2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll index 6a5116b55308..966e0f87ba27 100644 --- a/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll +++ b/llvm/test/Assembler/2008-09-02-FunctionNotes2.ll @@ -1,5 +1,5 @@ ; Test function notes -; RUN: not llvm-as %s |& grep "only one inline note" +; RUN: not llvm-as %s -o /dev/null -f |& grep "only one inline note" ; XFAIL: * define void @fn1() alwaysinline noinline { ret void