From: Per Bothner Date: Tue, 21 Feb 1995 00:29:08 +0000 (+0000) Subject: * pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b5cdb7e2299ba04719554293737d4f0afcbdbb1;p=binutils-gdb.git * pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool). --- diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 46872bdfdc9..bb17b9c1fd6 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -2,6 +2,7 @@ Mon Feb 20 16:19:58 1995 Per Bothner * chillvars.ch: Add missing INIT's. * chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool). + * pr-5016.exp: Likewise. Sun Feb 12 11:26:08 1995 Per Bothner diff --git a/gdb/testsuite/gdb.chill/pr-5016.exp b/gdb/testsuite/gdb.chill/pr-5016.exp index 827c4052d4c..0e4f83d2829 100644 --- a/gdb/testsuite/gdb.chill/pr-5016.exp +++ b/gdb/testsuite/gdb.chill/pr-5016.exp @@ -42,7 +42,7 @@ proc do_tests {} { gdb_test "whatis i" "type = m_index" "whatis int-range" gdb_test_exact "ptype m_index" "type = RANGE (1:10)" "ptype m_index" gdb_test_exact "whatis a" "type = /*LOC*/ vector" - gdb_test_exact "ptype a" "type = /*LOC*/ ARRAY (1:10) INT" + gdb_test "ptype a" "type = /\\*LOC\\*/ ARRAY \\(1:10\\) (INT|int)" } # Check to see if we have an executable to test. If not, then either we