test_proof: do not change Proofterm.proofs here (not thread-safe);
authorwenzelm
Mon, 29 Oct 2007 16:13:47 +0100
changeset 25227 bf72a258b57b
parent 25226 502d8676cdd6
child 25228 59afe8a0a7e1
test_proof: do not change Proofterm.proofs here (not thread-safe);
src/Pure/Isar/proof.ML
--- a/src/Pure/Isar/proof.ML	Mon Oct 29 16:13:46 2007 +0100
+++ b/src/Pure/Isar/proof.ML	Mon Oct 29 16:13:47 2007 +0100
@@ -939,7 +939,6 @@
     val test_proof =
       (Seq.pull oo local_skip_proof) true
       |> setmp testing true
-      |> setmp proofs 0
       |> Exn.capture;
 
     fun after_qed' results =