aboutsummaryrefslogtreecommitdiff
path: root/test/test1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'test/test1.f90')
-rw-r--r--test/test1.f908
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test1.f90 b/test/test1.f90
deleted file mode 100644
index f577b58..0000000
--- a/test/test1.f90
+++ /dev/null
@@ -1,8 +0,0 @@
-program test1
-implicit none
-integer :: i
-i = 5+5
-print *, i
-print *, "Fortran test code executed"
-print *, "TESTS PASSED"
-end program