summaryrefslogtreecommitdiff
path: root/test/Parser/empty-translation-unit.c
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2012-11-05 05:32:00 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2012-11-05 05:32:00 +0000
commitd096acc220fc72ec73c2abf21d6c251d867e950d (patch)
tree4b8f471954ba60be5815c5ee160ace83a6f8e237 /test/Parser/empty-translation-unit.c
parent4b7631bc011ce36dbc8f664c518668f0ba5d18a9 (diff)
downloadclang-d096acc220fc72ec73c2abf21d6c251d867e950d.tar.gz
Our style for diagnostic messages is to not include a trailing dot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/empty-translation-unit.c')
-rw-r--r--test/Parser/empty-translation-unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/empty-translation-unit.c b/test/Parser/empty-translation-unit.c
index 0dbf37e447..04e57f69ce 100644
--- a/test/Parser/empty-translation-unit.c
+++ b/test/Parser/empty-translation-unit.c
@@ -7,4 +7,4 @@
#define A_MACRO_IS_NOT_GOOD_ENOUGH 1
// In C we should get this warning, but in C++ we shouldn't.
-// expected-warning{{ISO C requires a translation unit to contain at least one declaration.}}
+// expected-warning{{ISO C requires a translation unit to contain at least one declaration}}