From: Eli Friedman Date: Wed, 17 Dec 2008 22:22:03 +0000 (+0000) Subject: Oops, accidentally commited the wrong version of the test (original X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f76494cbcb8334043aa3805d853a016e0e71d01;p=clang Oops, accidentally commited the wrong version of the test (original commit r61160). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61162 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/recovery.c b/test/Parser/recovery.c index ea59516041..430d3c1caa 100644 --- a/test/Parser/recovery.c +++ b/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}}