diff options
| author | Rohit Goswami <rog32@hi.is> | 2021-09-13 00:51:32 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-09-20 01:29:59 -0400 |
| commit | 4e41a6203fe2d5bc37d44216bcfd865d9575a819 (patch) | |
| tree | bd30d5cde344c7ca18f89c1fb23383c94a6b6527 /test cases/fortran/21 install static | |
| parent | 32ba349f0a229141590b386759d728f9ca47075a (diff) | |
| download | meson-4e41a6203fe2d5bc37d44216bcfd865d9575a819.tar.gz | |
tests: Fix fortran tests
Diffstat (limited to 'test cases/fortran/21 install static')
| -rw-r--r-- | test cases/fortran/21 install static/main.f90 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/fortran/21 install static/main.f90 b/test cases/fortran/21 install static/main.f90 index c83a6a05b..d0c67fe8e 100644 --- a/test cases/fortran/21 install static/main.f90 +++ b/test cases/fortran/21 install static/main.f90 @@ -1,4 +1,5 @@ +program main use main_lib implicit none call main_hello() -end program
\ No newline at end of file +end program |
