src/Tools/quickcheck.ML
changeset 60094 96a4765ba7d1
parent 59936 b8ffc3dc9e24
child 60190 906de96ba68a
--- a/src/Tools/quickcheck.ML	Thu Apr 16 13:48:10 2015 +0200
+++ b/src/Tools/quickcheck.ML	Thu Apr 16 14:18:32 2015 +0200
@@ -533,8 +533,8 @@
 val _ =
   Outer_Syntax.command @{command_keyword quickcheck}
     "try to find counterexample for subgoal"
-    (parse_args -- Scan.optional Parse.nat 1 >> (fn (args, i) =>
-      Toplevel.unknown_proof o Toplevel.keep (quickcheck_cmd args i)));
+    (parse_args -- Scan.optional Parse.nat 1 >>
+      (fn (args, i) => Toplevel.keep (quickcheck_cmd args i)));
 
 
 (* automatic testing *)