aboutsummaryrefslogtreecommitdiff
path: root/tests/2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/2')
-rw-r--r--tests/2/fpm.toml2
-rw-r--r--tests/2/main.f905
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/2/fpm.toml b/tests/2/fpm.toml
deleted file mode 100644
index c7d48a4..0000000
--- a/tests/2/fpm.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[dependencies]
-a = "4.0.0"
diff --git a/tests/2/main.f90 b/tests/2/main.f90
deleted file mode 100644
index bd820eb..0000000
--- a/tests/2/main.f90
+++ /dev/null
@@ -1,5 +0,0 @@
-program test2
-implicit none
-
-print *, "TEST2 OK"
-end