diff options
Diffstat (limited to 'test/Modules/macros.c')
-rw-r--r-- | test/Modules/macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/macros.c b/test/Modules/macros.c index 3fddcc7ff5..35fde4a9a6 100644 --- a/test/Modules/macros.c +++ b/test/Modules/macros.c @@ -22,7 +22,7 @@ double d; DOUBLE *dp = &d; -#public WIBBLE // expected-error{{no macro named 'WIBBLE'}} +#__public_macro WIBBLE // expected-error{{no macro named 'WIBBLE'}} void f() { // CHECK-PREPROCESSED: int i = INTEGER; |