aboutsummaryrefslogtreecommitdiff
path: root/tests/2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/2')
-rw-r--r--tests/2/main.f902
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