summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/Fortran/test_use_in_comment_fixedform.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/Fortran/test_use_in_comment_fixedform.f b/Tests/Fortran/test_use_in_comment_fixedform.f
index e670939..39f486b 100644
--- a/Tests/Fortran/test_use_in_comment_fixedform.f
+++ b/Tests/Fortran/test_use_in_comment_fixedform.f
@@ -1,7 +1,7 @@
PROGRAM foo
-C USE bar
-C use bar
-C Use bar
+! USE bar
+! use bar
+! Use bar
WRITE(*,*) 'Hello, Fortran world.'
END PROGRAM