File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ pure function subject() result(specimen)
2424 function results () result(test_results)
2525 type (test_result_t), allocatable :: test_results(:)
2626
27- test_results = [ &
28- test_result_t(" partitioning items nearly evenly across bins" , verify_block_partitioning()), &
29- test_result_t(" partitioning all item across all bins without item loss" , verify_all_items_partitioned()) &
30- ]
27+ test_results = [ &
28+ test_result_t(" partitioning items nearly evenly across bins" , verify_block_partitioning()), &
29+ test_result_t(" partitioning all item across all bins without item loss" , verify_all_items_partitioned()) &
30+ ]
3131 end function
3232
3333 function verify_block_partitioning () result(test_passes)
You can’t perform that action at this time.
0 commit comments