diff options
author | Antoine Tremblay <antoine.tremblay@ericsson.com> | 2016-04-12 14:43:12 -0400 |
---|---|---|
committer | Antoine Tremblay <antoine.tremblay@ericsson.com> | 2016-04-12 15:06:42 -0400 |
commit | 8ce09462959bbc2af15e8088c5e54c8668cf8ccb (patch) | |
tree | 7a53b30d65f1e647b71139e7584cad84321e6e01 /gdb/testsuite/gdb.trace/ftrace.exp | |
parent | 0f41b320edb93e2c0cdd76f218811e197156b052 (diff) | |
download | gdb-8ce09462959bbc2af15e8088c5e54c8668cf8ccb.zip gdb-8ce09462959bbc2af15e8088c5e54c8668cf8ccb.tar.gz gdb-8ce09462959bbc2af15e8088c5e54c8668cf8ccb.tar.bz2 |
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".
Diffstat (limited to 'gdb/testsuite/gdb.trace/ftrace.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/ftrace.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/ftrace.exp b/gdb/testsuite/gdb.trace/ftrace.exp index 23e7d1e..d7ff3cb 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 |