r312218 - Remove accidental newline.
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 30 23:18:27 PDT 2017
Author: nico
Date: Wed Aug 30 23:18:26 2017
New Revision: 312218
URL: http://llvm.org/viewvc/llvm-project?rev=312218&view=rev
Log:
Remove accidental newline.
Modified:
cfe/trunk/test/SemaCXX/destructor.cpp
Modified: cfe/trunk/test/SemaCXX/destructor.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/destructor.cpp?rev=312218&r1=312217&r2=312218&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/destructor.cpp (original)
+++ cfe/trunk/test/SemaCXX/destructor.cpp Wed Aug 30 23:18:26 2017
@@ -409,7 +409,6 @@ void nowarn1() {
simple_ptr<SystemB> sb(new SystemB());
use(*sb);
}
-
}
void warn1() {
More information about the cfe-commits
mailing list