Make test more precise.

llvm-svn: 79074
This commit is contained in:
Eli Friedman 2009-08-15 03:40:49 +00:00
parent c0f6d44ef6
commit b360412582
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
/* RUN: not clang-cc %s -std=c89 -pedantic-errors
/* RUN: clang-cc %s -std=c89 -pedantic-errors -verify
*/
/* We can't put expected-warning lines on #if lines. */
#if 1LL /* expected-warning {{long long}} */
#if 1LL /* expected-error {{long long}} */
#endif