This revision was automatically updated to reflect the committed changes. Closed by commit rL305124: [clang] Cleanup fixit.c (authored by alexshap).
Changed prior to commit: https://reviews.llvm.org/D34066?vs=102076&id=102079#toc Repository: rL LLVM https://reviews.llvm.org/D34066 Files: cfe/trunk/test/FixIt/fixit.c Index: cfe/trunk/test/FixIt/fixit.c =================================================================== --- cfe/trunk/test/FixIt/fixit.c +++ cfe/trunk/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
Index: cfe/trunk/test/FixIt/fixit.c =================================================================== --- cfe/trunk/test/FixIt/fixit.c +++ cfe/trunk/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
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits