From 2dd21acab42569335f09c5ed8ab9d61802b7db3a Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Sun, 26 Oct 2014 02:18:06 +0000 Subject: [PATCH] [clang-tidy] Simplify RUN: lines in the test llvm-svn: 220632 --- clang-tools-extra/test/clang-tidy/basic.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang-tools-extra/test/clang-tidy/basic.cpp b/clang-tools-extra/test/clang-tidy/basic.cpp index 4c9c57b..7af1430 100644 --- a/clang-tools-extra/test/clang-tidy/basic.cpp +++ b/clang-tools-extra/test/clang-tidy/basic.cpp @@ -1,6 +1,4 @@ -// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp -// RUN: clang-tidy %t.cpp -checks='-*,llvm-namespace-comment' -- > %t2.cpp -// RUN: FileCheck -input-file=%t2.cpp %s +// RUN: clang-tidy %s -checks='-*,llvm-namespace-comment' -- | FileCheck %s namespace i { } -- 2.7.4