aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/c89-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/c89-2.c')
-rw-r--r--test/Sema/c89-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/c89-2.c b/test/Sema/c89-2.c
index 3b546404a9..50c5f4e5a8 100644
--- a/test/Sema/c89-2.c
+++ b/test/Sema/c89-2.c
@@ -1,5 +1,5 @@
/* RUN: clang-cc %s -std=c89 -pedantic-errors -verify
*/
-#if 1LL /* expected-error {{long long}} */
+#if 1LL /* expected-error {{long long}} */
#endif