Browse Source

All test are now passing

Leo 9 years ago
parent
commit
57bd4a5d95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/exec_cmd.ml

+ 1 - 1
src/exec_cmd.ml

@@ -56,7 +56,7 @@ let less_launched (log : (string * int) list) =
         if min < max
         if min < max
         then Some cmd
         then Some cmd
         else None
         else None
-      | None -> assert false) (* XXX Use exception here? *)
+      | None -> None)
 ;;
 ;;
 
 
 (* Function to determinate what is the next command to
 (* Function to determinate what is the next command to