diff options
Diffstat (limited to 'Tests/Fortran/test_preprocess.F90')
-rw-r--r-- | Tests/Fortran/test_preprocess.F90 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Tests/Fortran/test_preprocess.F90 b/Tests/Fortran/test_preprocess.F90 index 374a6ff..e4f1fbe 100644 --- a/Tests/Fortran/test_preprocess.F90 +++ b/Tests/Fortran/test_preprocess.F90 @@ -46,10 +46,6 @@ PROGRAM PPTEST #endif ! 0 ; <empty> -#ifdef BAR - PRINT * , 'BAR was defined via ADD_DEFINITIONS' -#else - PRINT *, 'If you can read this something went wrong' -#endif +#include "test_preprocess.h" END PROGRAM |