Skip to content

Commit

Permalink
tests not working for build with olf compiler yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm authored and hmelder committed Oct 14, 2024
1 parent 2020146 commit 7003909
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/base/NSKVOSupport/newoldvalues.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#import <Foundation/Foundation.h>
#import "ObjectTesting.h"

#if defined(__OBJC2__)

@class Bar;

@interface Foo : NSObject
Expand Down Expand Up @@ -220,3 +222,10 @@ - (void)observeValueForKeyPath:(NSString *)keyPath
return 0;
}

#else
int
main(int argc, char *argv[])
{
return 0;
}
#endif

0 comments on commit 7003909

Please sign in to comment.