Skip to content

Commit

Permalink
Adjust for opam API cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Aug 27, 2014
1 parent 9f52729 commit a4b2aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opamRTmain.ml
Expand Up @@ -164,7 +164,7 @@ let test =
set_seed seed;
let module Test = (val test: OpamRT.TEST) in
if OpamFilename.exists_dir path
&& OpamState.confirm "Do you want to remove %s ?" (OpamFilename.Dir.to_string path)
&& OpamGlobals.confirm "Do you want to remove %s ?" (OpamFilename.Dir.to_string path)
then OpamFilename.rmdir path;
Test.init kind path;
Test.run kind path in
Expand Down

0 comments on commit a4b2aad

Please sign in to comment.