Skip to content

Commit

Permalink
Add client test.
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Feb 26, 2010
1 parent 9123c90 commit e99b64e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/client.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module type S = sig
val foo : int -> int
val bar : float -> ?foo:unit -> ?bar:(string * string) -> unit -> unit
end with_gen rpc

0 comments on commit e99b64e

Please sign in to comment.