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 triplef committed Aug 12, 2024
1 parent b7f0b94 commit 7db6a5b
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 7db6a5b

Please sign in to comment.