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