* pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool).

This commit is contained in:
Per Bothner 1995-02-21 00:29:08 +00:00
parent 9fa343240e
commit 1b5cdb7e22
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Mon Feb 20 16:19:58 1995 Per Bothner <bothner@kalessin.cygnus.com>
* 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 <bothner@kalessin.cygnus.com>

View File

@ -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