diff options
Diffstat (limited to 'clang/test/FixIt/fixit.cpp')
-rw-r--r-- | clang/test/FixIt/fixit.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/clang/test/FixIt/fixit.cpp b/clang/test/FixIt/fixit.cpp index 400c227128a..3bd5b57a4ea 100644 --- a/clang/test/FixIt/fixit.cpp +++ b/clang/test/FixIt/fixit.cpp @@ -313,18 +313,6 @@ namespace PR5066 { X<int *p> x; // expected-error {{type-id cannot have a name}} } -namespace PR15045 { - class Cl0 { - public: - int a; - }; - - int f() { - Cl0 c; - return c->a; // expected-error {{member reference type 'PR15045::Cl0' is not a pointer; maybe you meant to use '.'?}} - } -} - namespace PR5898 { class A { public: |