Fix test for previous commit

llvm-svn: 124861
This commit is contained in:
Douglas Gregor 2011-02-04 11:59:47 +00:00
parent 0fcaac9ef3
commit 5d8b8babd5
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify
// RUN: %clang_cc1 -fsyntax-only -verify %s
// PR9137
void f0(int x) : {};
void f1(int x) try {};
void f0(int x) : {}; // expected-error{{expected function body after function declarator}}
void f1(int x) try {}; // expected-error{{expected function body after function declarator}}