Skip to content

Commit f500d49

Browse files
authored
Apply suggestions from code review
1 parent 553a55e commit f500d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_conv1d_layer.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ program test_conv1d_layer
9494
print '(a)', 'test_conv1d_layer: All tests passed.'
9595
else
9696
write(stderr, '(a)') 'test_conv1d_layer: One or more tests failed.'
97-
stop 2
97+
stop 1
9898
end if
9999

100100
end program test_conv1d_layer

0 commit comments

Comments
 (0)