Skip to content

Commit

Permalink
Merge pull request #884 from jiezzhang/jiezzhang/fix_marray_ctor
Browse files Browse the repository at this point in the history
Align marray ctor checking with comments
  • Loading branch information
bader committed Mar 30, 2024
2 parents c6f9b16 + 56307ad commit 90d66f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/marray/marray_constructor.h
Expand Up @@ -145,7 +145,6 @@ class run_marray_constructor_test {
})
.wait_and_throw();
}
run_checks(check_results);
for (size_t i = 0; i < num_test_cases; ++i) {
INFO(check_names[i]);
CHECK(check_results[i]);
Expand Down

0 comments on commit 90d66f2

Please sign in to comment.