fix remote Vampire diagnosis
authorblanchet
Sat, 05 Jun 2010 16:08:35 +0200
changeset 37346 cdba266f0383
parent 37345 4402a2bfa204
child 37347 635425a442e8
fix remote Vampire diagnosis
src/HOL/Tools/ATP_Manager/atp_systems.ML
--- a/src/HOL/Tools/ATP_Manager/atp_systems.ML	Sat Jun 05 15:59:58 2010 +0200
+++ b/src/HOL/Tools/ATP_Manager/atp_systems.ML	Sat Jun 05 16:08:35 2010 +0200
@@ -276,7 +276,7 @@
    known_failures =
      [(Unprovable, "Satisfiability detected"),
       (Unprovable, "UNPROVABLE"),
-      (OutOfResources, "CANNOT PROVE"),
+      (Unprovable, "CANNOT PROVE"),
       (OutOfResources, "Refutation not found")],
    max_axiom_clauses = 60,
    prefers_theory_relevant = false}