Skip to content

Commit 0786039

Browse files
author
Damian Rouson
committed
correct issue number in regression test
1 parent ebcdc33 commit 0786039

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
add_executable(convert-before-put issue-290-convert-type-before-put.f90)
1+
add_executable(convert-before-put issue-292-convert-type-before-put.f90)
22
target_link_libraries(convert-before-put OpenCoarrays)

src/tests/regression/reported/issue-290-convert-type-before-put.f90 renamed to src/tests/regression/reported/issue-292-convert-type-before-put.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ program main
3434
!! date: 2016-12-21
3535
!! category: regression
3636
!! Test whether implicit type conversion occurs before coarray put
37-
!! OpenCoarrays issue #280
37+
!! OpenCoarrays issue #292
3838
use iso_fortran_env, only : error_unit
3939
implicit none
4040
real :: a[*]

0 commit comments

Comments
 (0)