aboutsummaryrefslogtreecommitdiff
path: root/test/test1.f90
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-04-13 19:10:39 -0500
committerBrad Richardson <brichardson@structint.com>2020-04-29 19:08:05 -0700
commit32af0dea4bfa1aa30525048ddcd91f74727e2a52 (patch)
tree81e222e66e3b7e4c3cac8cfdf5674403e279dae3 /test/test1.f90
parente4829d620dd9c5261880cee92f49da43f2a8ed20 (diff)
downloadfpm-32af0dea4bfa1aa30525048ddcd91f74727e2a52.tar.gz
fpm-32af0dea4bfa1aa30525048ddcd91f74727e2a52.zip
Simplify the tests
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