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