Skip to content

Commit 4476209

Browse files
committed
Fix bad edit descriptor in test
1 parent 96c4c98 commit 4476209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/integration/events/async-hello.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ program main
4848
work_if_ready: select case(ready_count-previous_count(image))
4949
case(0) ! keep spinning until greeting is ready
5050
case(1) ! event posted so get and print greeting
51-
write(greeting,"(2(a,i2))") greeting[image]
51+
write(greeting,"(a)") greeting[image]
5252
associate(expected_location=>23)
5353
! Verify that the greetings of images 1-9 have their image number at the expected location:
5454
if (scan(greeting,set="123456789")/=expected_location) error stop "Test failed."

0 commit comments

Comments
 (0)