From: Alexander Shaposhnikov Date: Fri, 9 Jun 2017 22:20:52 +0000 (+0000) Subject: [clang] Cleanup fixit.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a991320022ca7aab679a99752b930d817a5fa397;p=clang [clang] Cleanup fixit.c This diff removes temporary file t2 in fixit.c and updates the test command accordingly. NFC. Test plan: make check-all Differential revision: https://reviews.llvm.org/D34066 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305124 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FixIt/fixit.c b/test/FixIt/fixit.c index 6443fe53c2..a46558c7fb 100644 --- a/test/FixIt/fixit.c +++ b/test/FixIt/fixit.c @@ -1,9 +1,8 @@ // RUN: %clang_cc1 -pedantic -Wunused-label -verify -x c %s // RUN: cp %s %t // RUN: not %clang_cc1 -pedantic -Wunused-label -fixit -x c %t -// RUN: grep -v CHECK %t > %t2 // RUN: %clang_cc1 -pedantic -Wunused-label -Werror -x c %t -// RUN: FileCheck -input-file=%t2 %t +// RUN: grep -v CHECK %t | FileCheck %t /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the