src/HOL/Tools/SMT2/smt2_systems.ML
changeset 56094 2adbc6e4cd8f
parent 56091 fa88ff1d30e7
child 56125 e03c0f6ad1b6
--- a/src/HOL/Tools/SMT2/smt2_systems.ML	Thu Mar 13 13:18:14 2014 +0100
+++ b/src/HOL/Tools/SMT2/smt2_systems.ML	Thu Mar 13 13:18:14 2014 +0100
@@ -27,10 +27,9 @@
   if String.isPrefix unsat line then SMT2_Solver.Unsat
   else if String.isPrefix sat line then SMT2_Solver.Sat
   else if String.isPrefix unknown line then SMT2_Solver.Unknown
-  else raise SMT2_Failure.SMT (SMT2_Failure.Other_Failure ("Solver " ^
-    quote solver_name ^ " failed. Enable SMT tracing by setting the " ^
-    "configuration option " ^ quote (Config.name_of SMT2_Config.trace) ^ " and " ^
-    "see the trace for details."))
+  else raise SMT2_Failure.SMT (SMT2_Failure.Other_Failure ("Solver " ^ quote solver_name ^
+    " failed -- enable tracing using the " ^ quote (Config.name_of SMT2_Config.trace) ^
+    " option for details"))
 
 fun on_first_line test_outcome solver_name lines =
   let