Skip to content

Commit

Permalink
Added unit test for the protected attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
p-vitt committed Jul 30, 2018
1 parent 293ec24 commit b26dfca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Units/parser-fortran.r/fortran-protected.d/expected.tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
i input.f90 /^ in/;" v module:test_implementation
test_implementation input.f90 /^module test_implementation$/;" m
3 changes: 3 additions & 0 deletions Units/parser-fortran.r/fortran-protected.d/input.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module test_implementation
integer, public, protected :: i
end module test_implementation

0 comments on commit b26dfca

Please sign in to comment.