Skip to content

Commit

Permalink
clang-tidy debug test
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Apr 3, 2024
1 parent 32677b2 commit 16bafd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/common/spin_lock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

// TODO: CLANG-TIDY DEBUG TEST

#include "common/spin_lock.hpp"

namespace kagome::common {
Expand Down
2 changes: 2 additions & 0 deletions test/core/common/buffer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/

// TODO: CLANG-TIDY DEBUG TEST

#include "common/buffer.hpp"

#include <gtest/gtest.h>
Expand Down

0 comments on commit 16bafd5

Please sign in to comment.