We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c872ca8 commit 3702c20Copy full SHA for 3702c20
test/test_input1d_layer.f90
@@ -48,9 +48,9 @@ program test_input1d_layer
48
end if
49
50
if (ok) then
51
- print '(a)', 'test_dense_layer: All tests passed.'
+ print '(a)', 'test_input1d_layer: All tests passed.'
52
else
53
- write(stderr, '(a)') 'test_dense_layer: One or more tests failed.'
+ write(stderr, '(a)') 'test_input1d_layer: One or more tests failed.'
54
stop 1
55
56
0 commit comments