diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-06-20 12:45:41 -0400 |
---|---|---|
committer | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2019-06-20 12:45:41 -0400 |
commit | 930d2457e1f68d4704c56fb2dd5c9b4a8c000850 (patch) | |
tree | 11f0f843707f15214276bc6669c21d07ae57bfbe | |
parent | c2148593043589f5433304cf2f2f9962c35b0898 (diff) | |
download | meson-930d2457e1f68d4704c56fb2dd5c9b4a8c000850.zip meson-930d2457e1f68d4704c56fb2dd5c9b4a8c000850.tar.gz meson-930d2457e1f68d4704c56fb2dd5c9b4a8c000850.tar.bz2 |
add fortarn use inline comment test
-rw-r--r-- | test cases/fortran/8 module names/test.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/fortran/8 module names/test.f90 b/test cases/fortran/8 module names/test.f90 index 28847fb..756a163 100644 --- a/test cases/fortran/8 module names/test.f90 +++ b/test cases/fortran/8 module names/test.f90 @@ -1,5 +1,5 @@ use mymod1 -use MyMod2 +use MyMod2 ! test inline comment implicit none |