forked from OSchip/llvm-project
parent
f11ceb6897
commit
5a7ae8dc18
|
@ -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