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 448741d commit 7f10837Copy full SHA for 7f10837
test/test_layernorm.f90
@@ -18,7 +18,7 @@ program test_layernorm
18
print '(a)', 'test_layernorm_layer: All tests passed.'
19
else
20
write(stderr, '(a)') 'test_layernorm_layer: One or more tests failed.'
21
- stop 1
+ error stop 1
22
end if
23
24
contains
0 commit comments