From: Antoine Tremblay Date: Tue, 12 Apr 2016 18:43:12 +0000 (-0400) Subject: Fix typo in ftrace.exp condition testing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ce09462959bbc2af15e8088c5e54c8668cf8ccb;p=binutils-gdb.git Fix typo in ftrace.exp condition testing This obvious patch replaces "ond" wiht "cond" as the test prefix for conditional tests. gdb/testsuite/ChangeLog: * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 67e58cc9270..d3d400b0de1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-04-12 Antoine Tremblay + + * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond". + 2016-04-09 Simon Marchi * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add diff --git a/gdb/testsuite/gdb.trace/ftrace.exp b/gdb/testsuite/gdb.trace/ftrace.exp index 23e7d1e9f3e..d7ff3cbfd64 100644 --- a/gdb/testsuite/gdb.trace/ftrace.exp +++ b/gdb/testsuite/gdb.trace/ftrace.exp @@ -180,7 +180,7 @@ proc test_fast_tracepoints {} { # LIST is a list of expected values of VAR should be collected # based on the CONDEXP. proc test_ftrace_condition { condexp var list } \ -{ with_test_prefix "ond $condexp" \ +{ with_test_prefix "cond $condexp" \ { global executable global hex