[clang-tools-extra] r185654 - Add 'not' to commands that are expected to fail.
Rafael Espindola
rafael.espindola at gmail.com
Thu Jul 4 09:28:28 PDT 2013
Author: rafael
Date: Thu Jul 4 11:28:28 2013
New Revision: 185654
URL: http://llvm.org/viewvc/llvm-project?rev=185654&view=rev
Log:
Add 'not' to commands that are expected to fail.
Modified:
clang-tools-extra/trunk/test/modularize/ProblemsDuplicate.modularize
clang-tools-extra/trunk/test/modularize/ProblemsInconsistent.modularize
Modified: clang-tools-extra/trunk/test/modularize/ProblemsDuplicate.modularize
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/modularize/ProblemsDuplicate.modularize?rev=185654&r1=185653&r2=185654&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/modularize/ProblemsDuplicate.modularize (original)
+++ clang-tools-extra/trunk/test/modularize/ProblemsDuplicate.modularize Thu Jul 4 11:28:28 2013
@@ -1,4 +1,4 @@
-# RUN: modularize %s -x c++ 2>&1 | FileCheck %s
+# RUN: not modularize %s -x c++ 2>&1 | FileCheck %s
Inputs/DuplicateHeader1.h
Inputs/DuplicateHeader2.h
Modified: clang-tools-extra/trunk/test/modularize/ProblemsInconsistent.modularize
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/modularize/ProblemsInconsistent.modularize?rev=185654&r1=185653&r2=185654&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/modularize/ProblemsInconsistent.modularize (original)
+++ clang-tools-extra/trunk/test/modularize/ProblemsInconsistent.modularize Thu Jul 4 11:28:28 2013
@@ -1,4 +1,4 @@
-# RUN: modularize %s -x c++ 2>&1 | FileCheck %s
+# RUN: not modularize %s -x c++ 2>&1 | FileCheck %s
Inputs/InconsistentHeader1.h
Inputs/InconsistentHeader2.h
More information about the cfe-commits
mailing list