This patch fixes a syntax error which caused a failure in
annota-input-while-running.exp to crash the test suite runner.
2016-05-24 Francis Ricci <francisjricci@gmail.com>
* gdb.base/annota-input-while-running.exp: Fix syntax error.
+2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
+
+ * gdb.base/annota-input-while-running.exp: Fix syntax error.
+
2016-05-23 Tom Tromey <tom@tromey.com>
PR python/19438, PR python/18393:
# Because runto_main doesn't know how to handle the prompt with annotations,
# run to main before we set the annotation level.
if ![runto_main] then {
-- fail "Can't run to main"
-- return 1
+ fail "Can't run to main"
+ return 1
}
# NOTE: this prompt is OK only when the annotation level is > 1