Skip to content

Commit 35c8882

Browse files
mbaludaCopilot
andauthored
Update include guard compliance comments in test.cpp
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6fb9703 commit 35c8882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cpp/common/test/rules/includeguardsnotused

cpp/common/test/rules/includeguardsnotused/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
#include "headers/test7.hpp" //NON_COMPLIANT - missing include guard, not excluded
1515

16-
#include "headers/excluded/test7.hpp" //COMPLIANT - missing include guard, but excluded via deviation
16+
#include "headers/excluded/test7.hpp" // COMPLIANT - excluded via deviation

0 commit comments

Comments
 (0)