Add 'not' to commands that are expected to fail.

llvm-svn: 185654
This commit is contained in:
Rafael Espindola 2013-07-04 16:28:28 +00:00
parent 5c6c707e53
commit b55bb2fccf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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