Skip to content

Commit ecaeca3

Browse files
committed
fix newline
1 parent 229141e commit ecaeca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/special-member-functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ DEFINE_CLASS_WITH_DTOR(MacroDefinedClass3)
9595
class CLASS_NAME {
9696
~MacroNamedClass();
9797
};
98-
// CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'MacroNamedClass' defines a destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
98+
// CHECK-MESSAGES: [[@LINE-3]]:7: warning: class 'MacroNamedClass' defines a destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator

0 commit comments

Comments
 (0)