diff options
Diffstat (limited to 'test/FixIt/fixit.cpp')
| -rw-r--r-- | test/FixIt/fixit.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FixIt/fixit.cpp b/test/FixIt/fixit.cpp index 512713aa529fc..686cc23d63549 100644 --- a/test/FixIt/fixit.cpp +++ b/test/FixIt/fixit.cpp @@ -45,7 +45,7 @@ class B : public A {  };  void f() throw(); // expected-note{{previous}} -void f(); // expected-warning{{missing exception specification}} +void f(); // expected-error{{missing exception specification}}  namespace rdar7853795 {    struct A {  | 
