update swig on windows
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
open Swig
|
||||
open String_simple
|
||||
|
||||
let str = "olé"
|
||||
|
||||
let copy = _copy_str (C_string str) as string
|
||||
|
||||
let _ = if str <> copy then
|
||||
raise (Failure ("Error: copy is not equal: original="^str^", copy="^copy))
|
||||
Reference in New Issue
Block a user