Migrate tests to -verify

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173582 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dmitri Gribenko 2013-01-26 17:11:39 +00:00
parent 9677eb864f
commit a8a908b81d
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -E %s 2>&1 | grep -v '^#' | not grep warning
// RUN: %clang_cc1 -E -verify %s
// expected-no-diagnostics
#if 0
"

View File

@ -1,2 +1,4 @@
// RUN: %clang_cc1 -E %s 2>&1 | grep -v '^#' | not grep error
// RUN: %clang_cc1 -E -verify %s
// expected-no-diagnostics
` ` ` `

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -E %s 2>&1 | grep -v '^#' | not grep "warning\|error"
// RUN: %clang_cc1 -E -verify %s
// expected-no-diagnostics
#if 0