Skip to content

Commit 1d36f31

Browse files
committed
Update failing examples and missing fortran macro
1 parent 4c5d654 commit 1d36f31

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Examples/test-suite/fortran/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ FAILING_CPP_TESTS += \
7878
director_ref \
7979
director_smartptr \
8080
director_string \
81+
director_template \
8182
director_unroll \
83+
director_unwrap_result \
8284
director_using \
8385
director_using_member_scopes \
8486
director_void \

Examples/test-suite/preproc_predefined.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#if (0\
33
+defined(SWIGCSHARP)\
44
+defined(SWIGD)\
5+
+defined(SWIGFORTRAN)\
56
+defined(SWIGGO)\
67
+defined(SWIGGUILE)\
78
+defined(SWIGJAVA)\

0 commit comments

Comments
 (0)