Migrate tests to -verify

llvm-svn: 173582
This commit is contained in:
Dmitri Gribenko 2013-01-26 17:11:39 +00:00
parent f11ceb6897
commit 5a7ae8dc18
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