We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d360a8 + b23c5c8 commit af77440Copy full SHA for af77440
src/solvers/smt2/smt2_parser.cpp
@@ -792,7 +792,7 @@ exprt smt2_parsert::function_application()
792
}
793
794
std::ostringstream msg;
795
- msg << "2 unknown symbol " << id;
+ msg << "unknown function symbol " << id;
796
throw error(msg.str());
797
798
@@ -1002,7 +1002,7 @@ exprt smt2_parsert::expression()
1002
1003
1004
1005
- msg << "1 unknown symbol " << identifier;
+ msg << "unknown expression " << identifier;
1006
1007
1008
0 commit comments