Skip to content

Commit

Permalink
readded missed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisfish committed Oct 9, 2023
1 parent e74f005 commit 4a9e5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parse/test_parse.f90
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ subroutine parse_suite(testsuites, context)
type(testsuite_type), allocatable, intent(out) :: testsuites(:)
type(context_t) :: context

testsuites = &![new_testsuite("Test input file: Success", collect_suite1, context),&
[new_testsuite("Test input file: Fail", collect_suite2, context)&
testsuites = [new_testsuite("Test input file: Success", collect_suite1, context),&
new_testsuite("Test input file: Fail", collect_suite2, context)&
]

end subroutine parse_suite
Expand Down

0 comments on commit 4a9e5d5

Please sign in to comment.