parent
8565c4bed4
commit
77eb1d5333
|
|
@ -1,5 +1,5 @@
|
|||
// RUN: clang-cc -E %s 2>&1 | grep 'file not found'
|
||||
// RUN: clang-cc -E %s -verify
|
||||
|
||||
#define DO_PRAGMA _Pragma
|
||||
DO_PRAGMA ("GCC dependency \"blahblabh\"")
|
||||
DO_PRAGMA ("GCC dependency \"blahblabh\"") // expected-error {{file not found}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue