Skip to content

Commit f74eafc

Browse files
committed
eof
1 parent c011b1e commit f74eafc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/f08estop.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
endif
3737
end procedure
3838

39-
end submodule estop
39+
end submodule

src/f18estop.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
endif
2525
end procedure
2626

27-
end submodule estop
27+
end submodule estop

src/tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set_tests_properties(AlwaysSkip PROPERTIES SKIP_RETURN_CODE 77)
99
add_executable(test_fail test_fail.f90)
1010
target_link_libraries(test_fail fortran_stdlib)
1111
add_test(NAME AlwaysFail COMMAND $<TARGET_FILE:test_fail>)
12-
set_tests_properties(AlwaysFail PROPERTIES WILL_FAIL true)
12+
set_tests_properties(AlwaysFail PROPERTIES WILL_FAIL true)

src/tests/test_fail.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ program AlwaysFail
55

66
call assert(.false.)
77

8-
end program
8+
end program

src/tests/test_skip.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ program AlwaysSkip
55

66
call assert(.false., 77)
77

8-
end program
8+
end program

0 commit comments

Comments
 (0)