summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/statements.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/statements.c')
-rw-r--r--clang/test/Sema/statements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/statements.c b/clang/test/Sema/statements.c
index 1b84f4bf7ca..f01ee408671 100644
--- a/clang/test/Sema/statements.c
+++ b/clang/test/Sema/statements.c
@@ -95,7 +95,7 @@ void foo(enum x X) {
// was causing a crash in the CFG builder.
int test_pr8880() {
int first = 1;
- for ( ; ({ if (first) { first = 0; continue; } 0; }); ) // expected-error {{'continue' statement not in loop statement}}
+ for ( ; ({ if (first) { first = 0; continue; } 0; }); )
return 0;
return 1;
}
OpenPOWER on IntegriCloud