diff options
Diffstat (limited to 'test/SemaCXX')
-rw-r--r-- | test/SemaCXX/constructor-initializer.cpp | 1 | ||||
-rw-r--r-- | test/SemaCXX/constructor.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/constructor-initializer.cpp b/test/SemaCXX/constructor-initializer.cpp index 0bcec73264..1a7787ee0e 100644 --- a/test/SemaCXX/constructor-initializer.cpp +++ b/test/SemaCXX/constructor-initializer.cpp @@ -122,4 +122,3 @@ struct Q { float *pf; }; - diff --git a/test/SemaCXX/constructor.cpp b/test/SemaCXX/constructor.cpp index ec28e7e045..5ce595cdce 100644 --- a/test/SemaCXX/constructor.cpp +++ b/test/SemaCXX/constructor.cpp @@ -83,3 +83,4 @@ void A::S::f2() {} A::S::operator int() { return 1; } A::S::~S() {} + |