Skip to content

Commit d5d5891

Browse files
committed
Remove ocaml from argcargv testing
1 parent c359f57 commit d5d5891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/test-suite/argcargvtest.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%module argcargvtest
22

3-
#if !defined(SWIGCSHARP) && !defined(SWIGD) && !defined(SWIGGO) && !defined(SWIGGUILE) && !defined(SWIGJAVA) && !defined(SWIGJAVASCRIPT) && !defined(SWIGMZSCHEME) && !defined(SWIGR) && !defined(SWIGSCILAB)
3+
#if !defined(SWIGCSHARP) && !defined(SWIGD) && !defined(SWIGGO) && !defined(SWIGGUILE) && !defined(SWIGJAVA) && !defined(SWIGJAVASCRIPT) && !defined(SWIGMZSCHEME) && !defined(SWIGOCAML) && !defined(SWIGR) && !defined(SWIGSCILAB)
44
%include <argcargv.i>
55

66
%apply (int ARGC, char **ARGV) { (size_t argc, const char **argv) }

0 commit comments

Comments
 (0)