Skip to content

Commit 942e646

Browse files
committed
Fix codespell and test build
Signed-off-by: Isaev, Ilya <[email protected]>
1 parent a29e25f commit 942e646

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/conformance/conformance_arena_constraints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ TEST_CASE("Test validity of NUMA interfaces when HWLOC is not present on the sys
115115
REQUIRE_MESSAGE(oneapi::tbb::info::default_concurrency(numa_indexes[0]) == utils::get_platform_max_threads(),
116116
"Concurrency for NUMA node must be equal to default_num_threads(), if we have no HWLOC on the system.");
117117
REQUIRE_MESSAGE(numa_arenas.size() == 1,
118-
"Number of NUMA-bound task_arena objects must be one if we have no HWLOC on the system")
118+
"Number of NUMA-bound task_arena objects must be one if we have no HWLOC on the system");
119119
#endif
120120
}
121121

test/tbb/test_arena_constraints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ TEST_CASE("Test reserved slots argument in create_numa_task_arenas") {
146146
}
147147
}
148148

149-
//! Test that constraints parameter is progagated to the task_arena construction while ignoring numa_id
149+
//! Test that constraints parameter is propagated to the task_arena construction while ignoring numa_id
150150
//! \brief \ref interface
151151
TEST_CASE("Test constraints argument in create_numa_task_arenas") {
152152
system_info::initialize();

0 commit comments

Comments
 (0)