typo in FORTRAN test

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16209 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2015-07-15 14:51:42 +00:00
parent 002122b2da
commit 222562d376
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ let test test_number answer correct_answer =
(* External C and Fortran functions *)
external c_filltab :
unit -> (float, float64_elt, c_layout) Array2.t = "c_filltaab"
unit -> (float, float64_elt, c_layout) Array2.t = "c_filltab"
external c_printtab :
(float, float64_elt, c_layout) Array2.t -> unit = "c_printtab"
external fortran_filltab :