aboutsummaryrefslogtreecommitdiff
path: root/tests/1
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-14 13:40:08 -0700
committerGitHub <noreply@github.com>2020-01-14 13:40:08 -0700
commit772d16a78abda39f2b3d6d3bb91253835bf0ff99 (patch)
tree34fcfe2eb5021e489f74279b6eebbb6e1fea1252 /tests/1
parentbf8ee015890da9528572b9dbc8eeaa4dd57e132c (diff)
parent3d95847e2871f77967c3664372266087c31019cb (diff)
downloadfpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.tar.gz
fpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.zip
Merge pull request #10 from certik/tests2
Prepare fpm to run on Windows using Rust tests
Diffstat (limited to 'tests/1')
-rw-r--r--tests/1/main.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/1/main.f90 b/tests/1/main.f90
index 75914de..d886be3 100644
--- a/tests/1/main.f90
+++ b/tests/1/main.f90
@@ -4,5 +4,5 @@ implicit none
call f()
-print *, "OK"
+print *, "TEST1 OK"
end