Skip to content

Commit f86a6a8

Browse files
committed
--width unit test
1 parent e743b78 commit f86a6a8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/test_prep.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ program test_prep
1111
logical,allocatable :: G_tally(:)
1212
allocate(G_tally(0))
1313

14-
call width()
15-
call keeptabs()
1614
!>> > numeric operators are +,-,*,/,**, () are supported, logical operators are
1715
!>> > | .EQ.| .NE.| .GE.| .GT.| .LE.| .LT.|.NOT.|.AND.| .OR.| .EQV.|.NEQV.|
1816
!>> > | == | /= | >= | > | <= | < | ! | && | || | == | != |

0 commit comments

Comments
 (0)