more consistency

This commit is contained in:
Radovan Bast
2015-08-07 16:47:50 +02:00
parent 5987f3713d
commit 1bf3d3e355
10 changed files with 27 additions and 21 deletions

View File

@ -7,8 +7,8 @@ program example
i=i8ref
test_ok = (sizeof(i) == 8 .and. i == 2147483648)
if (test_ok) then
print *,"test_int64 ok"
print *, "PASSED"
else
stop "test_int64 failed!"
stop "FAILED"
endif
end program