update swig on windows
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
open Swig
|
||||
open Template_extend1
|
||||
|
||||
let _ =
|
||||
let a = new_lBaz '() and b = new_dBaz '() in
|
||||
assert (a -> foo () as string = "lBaz::foo");
|
||||
assert (b -> foo () as string = "dBaz::foo")
|
||||
;;
|
||||
Reference in New Issue
Block a user