Skip to content

Commit 3702c20

Browse files
committed
Fix test name in report
1 parent c872ca8 commit 3702c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_input1d_layer.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ program test_input1d_layer
4848
end if
4949

5050
if (ok) then
51-
print '(a)', 'test_dense_layer: All tests passed.'
51+
print '(a)', 'test_input1d_layer: All tests passed.'
5252
else
53-
write(stderr, '(a)') 'test_dense_layer: One or more tests failed.'
53+
write(stderr, '(a)') 'test_input1d_layer: One or more tests failed.'
5454
stop 1
5555
end if
5656

0 commit comments

Comments
 (0)