Skip to content

Commit 790ef59

Browse files
committed
fix test_string_intrinsic.f90
1 parent 3066e39 commit 790ef59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/string/test_string_intrinsic.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ subroutine test_move(error)
715715
from_string = "moving to self"
716716
! string_type (allocated) --> string_type (allocated)
717717
call move(from_string, from_string)
718-
call check(error, from_string == "", "move: test_case 8")
718+
call check(error, from_string == "moving to self", "move: test_case 8")
719719
if (allocated(error)) return
720720

721721
! elemental: string_type (allocated) --> string_type (not allocated)

0 commit comments

Comments
 (0)