summaryrefslogtreecommitdiff
path: root/test/buildtool/build_engine/target_map/target_map.test.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-09-16 15:31:15 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-09-17 14:43:21 +0200
commit59a0ce6d9df4465f2a7e6cbeb78a339f30574ae6 (patch)
tree8c42280acfc5603bcf1f4734cf29a05d0263286e /test/buildtool/build_engine/target_map/target_map.test.cpp
parenta1b45eef0a50da931a2c46fe842631d27ca4be56 (diff)
downloadjustbuild-59a0ce6d9df4465f2a7e6cbeb78a339f30574ae6.tar.gz
Small code improvements based on lint warnings
- add more noexcept requirements and enforce existing - fixing inconsistencies related to function arguments - remove redundant static keywords - silencing excessive lint reporting in test cases While there, make more getters const ref.
Diffstat (limited to 'test/buildtool/build_engine/target_map/target_map.test.cpp')
-rw-r--r--test/buildtool/build_engine/target_map/target_map.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/build_engine/target_map/target_map.test.cpp b/test/buildtool/build_engine/target_map/target_map.test.cpp
index 99fe1d4e..9f66fd92 100644
--- a/test/buildtool/build_engine/target_map/target_map.test.cpp
+++ b/test/buildtool/build_engine/target_map/target_map.test.cpp
@@ -86,7 +86,7 @@ auto SetupConfig() -> RepositoryConfig {
} // namespace
-TEST_CASE("simple targets", "[target_map]") {
+TEST_CASE("simple targets", "[target_map]") { // NOLINT
auto const storage_config = TestStorageConfig::Create();
auto const storage = Storage::Create(&storage_config.Get());