diff options
author | Ondřej Čertík <ondrej@certik.us> | 2020-01-14 13:40:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 13:40:08 -0700 |
commit | 772d16a78abda39f2b3d6d3bb91253835bf0ff99 (patch) | |
tree | 34fcfe2eb5021e489f74279b6eebbb6e1fea1252 /tests/2 | |
parent | bf8ee015890da9528572b9dbc8eeaa4dd57e132c (diff) | |
parent | 3d95847e2871f77967c3664372266087c31019cb (diff) | |
download | fpm-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/2')
-rw-r--r-- | tests/2/main.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/2/main.f90 b/tests/2/main.f90 index 580da98..bd820eb 100644 --- a/tests/2/main.f90 +++ b/tests/2/main.f90 @@ -1,5 +1,5 @@ program test2 implicit none -print *, "OK" +print *, "TEST2 OK" end |