From b7010aae8bc4c546503b9736aafe99a4fc7273bf Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Tue, 25 Feb 2020 09:57:51 -0800 Subject: Move old stuff to archive folder --- tests/1/a.f90 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/1/a.f90 (limited to 'tests/1/a.f90') diff --git a/tests/1/a.f90 b/tests/1/a.f90 deleted file mode 100644 index a4f64a2..0000000 --- a/tests/1/a.f90 +++ /dev/null @@ -1,11 +0,0 @@ -module a -use b, only: g -implicit none - -contains - - subroutine f() - call g() - end subroutine - -end module -- cgit v1.2.3