aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/enum.c
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2010-05-28 22:43:53 +0000
committerFariborz Jahanian <fjahanian@apple.com>2010-05-28 22:43:53 +0000
commit2a480e356e45be74c3c3afe586b77cf923cd4181 (patch)
treeb8ffb9535988df1b78a528b2bc47bec5b4b5e8dc /test/Sema/enum.c
parent0511552e20c79ec48638038b9a10a70a34654e5c (diff)
Changed text of 'empty enum' diagnostics to say so.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/enum.c')
-rw-r--r--test/Sema/enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/enum.c b/test/Sema/enum.c
index 4a5771d66b..057015011e 100644
--- a/test/Sema/enum.c
+++ b/test/Sema/enum.c
@@ -51,7 +51,7 @@ void test4() {
}
// PR2416
-enum someenum {}; // expected-error {{use of empty union}}
+enum someenum {}; // expected-error {{use of empty enum}}
// <rdar://problem/6093889>
enum e0 { // expected-note {{previous definition is here}}