Changed test case runme line a bit to link swig.cmo. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
161 B
OCaml
7 lines
161 B
OCaml
open Swig
|
|
open Class_ignore
|
|
|
|
let a = new_Bar C_void
|
|
let _ = (if _do_blah a <> C_string "Bar::blah" then
|
|
raise (Failure "We didn't really get a bar object."))
|
|
|