diff options
Diffstat (limited to 'test/ARCMT/cxx-rewrite.mm.result')
-rw-r--r-- | test/ARCMT/cxx-rewrite.mm.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ARCMT/cxx-rewrite.mm.result b/test/ARCMT/cxx-rewrite.mm.result index a2dc9a5..7c944d5 100644 --- a/test/ARCMT/cxx-rewrite.mm.result +++ b/test/ARCMT/cxx-rewrite.mm.result @@ -16,7 +16,7 @@ struct foo { [NSString string]; } } - ~foo(){ s; } + ~foo(){ } private: foo(foo const &); foo &operator=(foo const &); |