From: Claudio Sacerdoti Coen Date: Fri, 24 Mar 2006 18:02:18 +0000 (+0000) Subject: Unable to parse my own output. Fixed. X-Git-Tag: make_still_working~7463 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=61a30c31ff641754b05928bab997001d1c90c593;p=helm.git Unable to parse my own output. Fixed. --- diff --git a/helm/software/components/binaries/utilities/test_library.ml b/helm/software/components/binaries/utilities/test_library.ml index 7768b6f45..8abf5e9be 100644 --- a/helm/software/components/binaries/utilities/test_library.ml +++ b/helm/software/components/binaries/utilities/test_library.ml @@ -64,6 +64,7 @@ let _ = let uri,res,time = match Str.split (Str.regexp " ") uri with uri::res::time::_ -> uri, Some res, Some (float_of_string time) + | [uri;res] -> uri, Some res, None | [ uri ] -> uri, None, None | _ -> assert false in