Tests/base/NSBundle/resources.m: Fixed undefined NSArray* arr.

This fixes the accidental breakage from 2107c82ca4
which made arr invisible due to the change of "NSBundle GNUstep resources"
testset scope.
This commit is contained in:
Ivan Vučica 2019-01-06 20:06:24 +00:00
parent 5ee5f9bd5f
commit 786c7aa30a
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2019-01-06 Ivan Vucica <ivan@vucica.net>
* Tests/base/NSBundle/resources.m:
Fixed change in 2107c82ca4778e4cf9b8624d1bd1fd60fe104373 which made
NSArray *arr become invisible to the "NSBundle GNUstep resources"
test set.
2019-01-06 Ivan Vucica <ivan@vucica.net>
* config/icu.m4:

View file

@ -41,6 +41,7 @@ int main()
#if defined(GNUSTEP)
START_SET("NSBundle GNUstep general")
NSBundle *gnustepBundle;
NSArray *arr;
gnustepBundle = [NSBundle bundleForLibrary: @"gnustep-base"];
if (nil == gnustepBundle)