Skip to content

Commit a23a3d9

Browse files
committed
Fix compile issue?!
1 parent fa93d9f commit a23a3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/unit/send-get/get_array_test.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ subroutine three()
430430
print *, a
431431
print *, c
432432
print *, a-c
433-
call print_and_register( "array sections with ranges and strides failed in three of get_array_test")
433+
call print_and_register("array sections with ranges and strides failed in three of get_array_test")
434434
endif
435435
end if
436436
! ARRAY = ARRAY

0 commit comments

Comments
 (0)