src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thy
changeset 70119 b48a496ca0cd
parent 70118 62b875ba33e1
--- a/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thy	Thu Apr 11 12:38:22 2019 +0200
+++ b/src/Benchmarks/Quickcheck_Benchmark/Find_Unused_Assms_Examples.thy	Thu Apr 11 12:41:50 2019 +0200
@@ -27,7 +27,10 @@
 
 context notes [[quickcheck_finite_types = true]]
 begin
-  find_unused_assms List
+  context notes [[quickcheck_finite_type_size = 2]]
+  begin
+    find_unused_assms List
+  end
   find_unused_assms Map
 end