summaryrefslogtreecommitdiff
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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Sema/c89-2.c b/test/Sema/c89-2.c
deleted file mode 100644
index 14b955a6a4b3..000000000000
--- a/test/Sema/c89-2.c
+++ /dev/null
@@ -1,5 +0,0 @@
-/* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -Wno-empty-translation-unit -verify
- */
-
-#if 1LL /* expected-error {{long long}} */
-#endif