diff options
author | Luis Machado <lgustavo@codesourcery.com> | 2016-12-01 14:43:42 -0600 |
---|---|---|
committer | Luis Machado <lgustavo@codesourcery.com> | 2016-12-01 14:43:42 -0600 |
commit | de97fdd4a05cd7ad0b05444f1721f26c1ad9322f (patch) | |
tree | 8e3e5eb9ce882057acb1211137ed95467da363d9 /gdb/testsuite/gdb.cp/exception.exp | |
parent | 9f058c10cef5987ee1f1cb28c9a8cf5ef1ec4d11 (diff) | |
download | gdb-de97fdd4a05cd7ad0b05444f1721f26c1ad9322f.zip gdb-de97fdd4a05cd7ad0b05444f1721f26c1ad9322f.tar.gz gdb-de97fdd4a05cd7ad0b05444f1721f26c1ad9322f.tar.bz2 |
Fix test names starting with uppercase using gdb_test_multiple
This fixes offender testcases that have test names starting with uppercase
when using gdb_test_multiple in a single-line construct.
gdb/testsuite/ChangeLog
2016-12-01 Luis Machado <lgustavo@codesourcery.com>
Fix test names starting with uppercase throughout the files.
* gdb.arch/i386-bp_permanent.exp
* gdb.arch/i386-gnu-cfi.exp
* gdb.base/disasm-end-cu.exp
* gdb.base/macscp.exp
* gdb.base/pending.exp
* gdb.base/watch_thread_num.exp
* gdb.cp/exception.exp
* gdb.cp/gdb2495.exp
* gdb.cp/local.exp
* gdb.python/py-evsignal.exp
* gdb.python/python.exp
* gdb.trace/tracecmd.exp
Diffstat (limited to 'gdb/testsuite/gdb.cp/exception.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/exception.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/exception.exp b/gdb/testsuite/gdb.cp/exception.exp index 5dd3449..81fde04 100644 --- a/gdb/testsuite/gdb.cp/exception.exp +++ b/gdb/testsuite/gdb.cp/exception.exp @@ -89,7 +89,7 @@ gdb_test "tbreak main" "Temporary breakpoint 4.*" \ set ok 0 gdb_run_cmd -gdb_test_multiple "" "Run to main" { +gdb_test_multiple "" "run to main" { -re "Temporary breakpoint 4,.*$gdb_prompt $" { pass "run to main" set ok 1 |