Skip to content

Commit

Permalink
Enable functions_01 test
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 24, 2020
1 parent 7f0859d commit 0a7fb00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ RUN(doloop_03)
RUN(subroutines_01)
RUN(subroutines_02)

RUN(functions_01)

RUN(types_01)
RUN(types_02)
RUN(types_03)
Expand Down Expand Up @@ -128,5 +130,4 @@ if (NOT LFORTRAN_BACKEND)
RUN(block_01)
RUN(associate_01)

RUN(functions_01)
endif()

0 comments on commit 0a7fb00

Please sign in to comment.