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 7e44eea commit c580881Copy full SHA for c580881
test/ascii/test_ascii.f90
@@ -808,7 +808,6 @@ subroutine test_ascii_table(error)
808
call ascii_table(arr)
809
call check(error, all(arr .eqv. ascii_class_table), "ascii table was not accurately generated")
810
811
- if (allocated(error)) return
812
end subroutine test_ascii_table
813
814
subroutine test_to_lower_string(error)
0 commit comments