]> granicus.if.org Git - clang/commitdiff
Oops, accidentally commited the wrong version of the test (original
authorEli Friedman <eli.friedman@gmail.com>
Wed, 17 Dec 2008 22:22:03 +0000 (22:22 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 17 Dec 2008 22:22:03 +0000 (22:22 +0000)
commit r61160).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61162 91177308-0d34-0410-b5e6-96231b3b80d8

test/Parser/recovery.c

index ea5951604192451a5e4fcb34edf28edc1e266d87..430d3c1caa1e305ca38dd1676333ea8e9ce09575 100644 (file)
@@ -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}}