diff options
author | Tom Tromey <tromey@adacore.com> | 2019-06-19 08:32:35 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-06-19 08:32:35 -0600 |
commit | 899277ae529c2b743d22093fcc1a9e46aff4422a (patch) | |
tree | 95354cb0e883588ff3e3e405233848cce282efc0 /gdb/testsuite/gdb.ada | |
parent | 680e1beed31da40080f61a35f6ccd626de818056 (diff) | |
download | gdb-899277ae529c2b743d22093fcc1a9e46aff4422a.zip gdb-899277ae529c2b743d22093fcc1a9e46aff4422a.tar.gz gdb-899277ae529c2b743d22093fcc1a9e46aff4422a.tar.bz2 |
Add intro comment to length_cond.exp
Pedro pointed out that the new length_cond.exp test did not have an
intro comment. This adds one.
gdb/testsuite/ChangeLog
2019-06-19 Tom Tromey <tromey@adacore.com>
* gdb.ada/length_cond.exp: Add intro comment.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r-- | gdb/testsuite/gdb.ada/length_cond.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/length_cond.exp b/gdb/testsuite/gdb.ada/length_cond.exp index 53e9187..7a37c5f 100644 --- a/gdb/testsuite/gdb.ada/length_cond.exp +++ b/gdb/testsuite/gdb.ada/length_cond.exp @@ -13,6 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# Regression test for a crash that would happen when setting a +# breakpoint condition that used an array attribute. + load_lib "ada.exp" standard_ada_testfile length_cond |