testsuite: fix array type in two_plus_gigs test
authorAlexandre Oliva <oliva@adacore.com>
Tue, 5 Jul 2022 09:12:28 +0000 (06:12 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Tue, 5 Jul 2022 09:13:45 +0000 (06:13 -0300)
commit510ac273a785361f7c8f24e4815bfb477a6a2e07
treeeccd4924b3b233436cf1fc2e1bf430aa680090bd
parentb44cba355e1e27521b436cf56ea726d419939b5b
testsuite: fix array type in two_plus_gigs test

The array element type for the two_plus_gigs test was mistakely put in
as int rather than char.

for  gcc/testsuite/ChangeLog

* lib/target-supports.exp (check_effective_target_two_plus_gigs):
Fix array element type.  Reported by Hans-Peter Nilsson.
gcc/testsuite/lib/target-supports.exp