Skip to content
Snippets Groups Projects
Commit ee70ba35 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Remove useless NDEBUG section

parent b1fa9afb
No related branches found
No related tags found
1 merge request!84Add SubArray class
......@@ -238,11 +238,4 @@ TEST_CASE("ItemValueUtils", "[mesh]")
REQUIRE(sum(node_value) == 3 * global_number_of_nodes);
}
}
#ifndef NDEBUG
SECTION("checking for bounds violation")
{
// REQUIRE_THROWS_AS(a[10], AssertError);
}
#endif // NDEBUG
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment