From 71d292d087cb947c5d85772cbcc5a21f665716d8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 28 Mar 2008 14:04:52 -0400 Subject: BUG: Fix Fortran test to use more portable comment syntax in fixed format source. --- Tests/Fortran/test_use_in_comment_fixedform.f | 6 +++--- 1 file 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 -- cgit v0.12