Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: John Else <john.else@gmail.com>
  • Loading branch information
johnelse committed Oct 28, 2017
1 parent 0af3cd3 commit d5a8a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_interop_sclang.ml
Expand Up @@ -112,6 +112,6 @@ let () =
print_endline "-------- SuperCollider interoperability tests --------";
let config = {ml_port; sclang_path; sc_port; sc_script_path} in
Test_common.run (test_interop_sclang config)
with (Failure "int_of_string") -> usage ()
with Failure str when str = "int_of_string" -> usage ()
end
| _ -> usage ()

0 comments on commit d5a8a64

Please sign in to comment.