Skip to content

Commit 7f10837

Browse files
committed
layernorm: add error to stop in test
1 parent 448741d commit 7f10837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_layernorm.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ program test_layernorm
1818
print '(a)', 'test_layernorm_layer: All tests passed.'
1919
else
2020
write(stderr, '(a)') 'test_layernorm_layer: One or more tests failed.'
21-
stop 1
21+
error stop 1
2222
end if
2323

2424
contains

0 commit comments

Comments
 (0)