summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2008-12-17 22:22:03 +0000
committerEli Friedman <eli.friedman@gmail.com>2008-12-17 22:22:03 +0000
commit46f8c1290acbe34351dce28c6455185d03e508e4 (patch)
tree4da214ba20dc25f6a609e6528c87c9d4a350ee51
parent4496c0ff862c96b6e1d6cebe4a82a2ee7f9eb625 (diff)
downloadbcm5719-llvm-46f8c1290acbe34351dce28c6455185d03e508e4.tar.gz
bcm5719-llvm-46f8c1290acbe34351dce28c6455185d03e508e4.zip
Oops, accidentally commited the wrong version of the test (original
commit r61160). llvm-svn: 61162
-rw-r--r--clang/test/Parser/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/recovery.c b/clang/test/Parser/recovery.c
index ea595160419..430d3c1caa1 100644
--- a/clang/test/Parser/recovery.c
+++ b/clang/test/Parser/recovery.c
@@ -66,5 +66,5 @@ int test6248081() {
}
struct forward;
-void x(struct forward* x) {switch(x->a) {}}
+void x(struct forward* x) {switch(x->a) {}} // expected-error {{incomplete definition of type}}
OpenPOWER on IntegriCloud