diff options
Diffstat (limited to 'Tests/Fortran/include')
-rw-r--r-- | Tests/Fortran/include/test_preprocess.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Fortran/include/test_preprocess.h b/Tests/Fortran/include/test_preprocess.h index 29ac4b6..f4a00a9 100644 --- a/Tests/Fortran/include/test_preprocess.h +++ b/Tests/Fortran/include/test_preprocess.h @@ -1,5 +1,5 @@ #ifdef BAR - PRINT * , 'BAR was defined via ADD_DEFINITIONS' +PRINT*, 'BAR was defined via ADD_DEFINITIONS' #else - PRINT *, 'If you can read this something went wrong' +PRINT*, 'If you can read this something went wrong' #endif |