Skip to content

Commit 0a98f85

Browse files
committed
chore: rm reference to deleted veggies test
1 parent da09cfe commit 0a98f85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/main.F90

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ function run() result(passed)
2323
use caf_allocate_test, only: &
2424
caf_allocate_prif_allocate => &
2525
test_prif_allocate
26-
use caf_coarray_inquiry_test, only: &
27-
caf_coarray_inquiry_coarray_inquiry => &
28-
test_coarray_inquiry
2926
use caf_image_index_test, only: &
3027
caf_image_index_prif_image_index => &
3128
test_prif_image_index
@@ -77,7 +74,6 @@ function run() result(passed)
7774
#endif
7875
individual_tests = [a00_caffeinate_caffeinate()]
7976
individual_tests = [individual_tests, caf_allocate_prif_allocate()]
80-
individual_tests = [individual_tests, caf_coarray_inquiry_coarray_inquiry()]
8177
individual_tests = [individual_tests, caf_image_index_prif_image_index()]
8278
individual_tests = [individual_tests, caf_rma_prif_rma()]
8379
individual_tests = [individual_tests, test_prif_rma_strided()]

0 commit comments

Comments
 (0)