diff options
Diffstat (limited to 'test/PCH/empty-with-headers.c')
-rw-r--r-- | test/PCH/empty-with-headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/empty-with-headers.c b/test/PCH/empty-with-headers.c index 751be1c..b51f0ce 100644 --- a/test/PCH/empty-with-headers.c +++ b/test/PCH/empty-with-headers.c @@ -24,4 +24,4 @@ typedef int my_int; // This should only fire if the header is not included, // either explicitly or as a prefix header. -// expected-error{{ISO C requires a translation unit to contain at least one declaration.}} +// expected-error{{ISO C requires a translation unit to contain at least one declaration}} |