summaryrefslogtreecommitdiff
path: root/Tests/Fortran/test_use_in_comment_freeform.f90
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/test_use_in_comment_freeform.f90')
-rw-r--r--Tests/Fortran/test_use_in_comment_freeform.f906
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Fortran/test_use_in_comment_freeform.f90 b/Tests/Fortran/test_use_in_comment_freeform.f90
index c992a041b..48bcd5a21 100644
--- a/Tests/Fortran/test_use_in_comment_freeform.f90
+++ b/Tests/Fortran/test_use_in_comment_freeform.f90
@@ -1,7 +1,7 @@
PROGRAM foo
-! USE bar
-! use bar
-! Use bar
+! USE bar
+! use bar
+! Use bar
WRITE(*,*) 'Hello, Fortran world.'
END PROGRAM