src/Tools/quickcheck.ML
changeset 45682 06acd5cbb53b
parent 45681 ac1651b08da2
child 45727 5e46c225370e
--- a/src/Tools/quickcheck.ML	Wed Nov 30 09:21:02 2011 +0100
+++ b/src/Tools/quickcheck.ML	Wed Nov 30 09:21:04 2011 +0100
@@ -410,6 +410,7 @@
   | parse_test_param ("no_assms", [arg]) = apsnd (Config.put_generic no_assms (read_bool arg))
   | parse_test_param ("expect", [arg]) = apsnd (map_test_params ((apsnd o K) (read_expectation arg)))
   | parse_test_param ("report", [arg]) = apsnd (Config.put_generic report (read_bool arg))
+  | parse_test_param ("potential", [arg]) = apsnd (Config.put_generic potential (read_bool arg))
   | parse_test_param ("quiet", [arg]) = apsnd (Config.put_generic quiet (read_bool arg))
   | parse_test_param ("timeout", [arg]) = apsnd (Config.put_generic timeout (read_real arg))
   | parse_test_param ("finite_types", [arg]) = apsnd (Config.put_generic finite_types (read_bool arg))