src/Tools/quickcheck.ML
changeset 39324 05452dd66b2b
parent 39253 0c47d615a69b
child 39329 0a85f960ac50
--- a/src/Tools/quickcheck.ML	Sat Sep 11 10:28:44 2010 +0200
+++ b/src/Tools/quickcheck.ML	Sat Sep 11 10:35:00 2010 +0200
@@ -320,7 +320,7 @@
           Pretty.mark Markup.hilite (pretty_counterex ctxt cex)])) state)
     end
 
-val setup = Auto_Counterexample.register_tool ("quickcheck", auto_quickcheck)
+val setup = Auto_Tools.register_tool ("quickcheck", auto_quickcheck)
 
 
 (* Isar commands *)