From 2dd48cf4767f2bbcf35fa7b00d66771b8d31c2ec Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 31 Aug 2017 06:18:26 +0000 Subject: [PATCH] Remove accidental newline. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312218 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/destructor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/SemaCXX/destructor.cpp b/test/SemaCXX/destructor.cpp index 69d44f5c8a..00d2fc5529 100644 --- a/test/SemaCXX/destructor.cpp +++ b/test/SemaCXX/destructor.cpp @@ -409,7 +409,6 @@ void nowarn1() { simple_ptr sb(new SystemB()); use(*sb); } - } void warn1() { -- 2.40.0