mirror of https://github.com/microsoft/clang.git
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:
parent
9677eb864f
commit
a8a908b81d
|
@ -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
|
||||
|
||||
"
|
||||
|
|
|
@ -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
|
||||
|
||||
` ` ` `
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue