summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/c89-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/c89-2.c')
-rw-r--r--clang/test/Sema/c89-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/c89-2.c b/clang/test/Sema/c89-2.c
index 3b546404a98..50c5f4e5a84 100644
--- a/clang/test/Sema/c89-2.c
+++ b/clang/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
OpenPOWER on IntegriCloud