summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/myc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Fortran/myc.c')
-rw-r--r--Tests/Fortran/myc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Fortran/myc.c b/Tests/Fortran/myc.c
index b817dff..efd9b68 100644
--- a/Tests/Fortran/myc.c
+++ b/Tests/Fortran/myc.c
@@ -5,7 +5,7 @@ int myc(void)
{
F_mysub();
F_my_sub();
-#ifdef F_test_mod_sub
+#ifdef TEST_MOD
F_test_mod_sub();
#endif
return 0;