mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
5ee5f9bd5f
commit
786c7aa30a
2 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue