Skip to content

Commit 5ea595a

Browse files
committed
Add Objective-C bridging tests for NSString, NSArray, NSDictionary, NSSet
The tests test conditional and forced bridging from objective-c and bridging to objective-c.
1 parent 4e33d50 commit 5ea595a

File tree

3 files changed

+499
-0
lines changed

3 files changed

+499
-0
lines changed

benchmark/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ set(SWIFT_BENCH_MODULES
5959
single-source/NSError
6060
single-source/NSStringConversion
6161
single-source/ObjectAllocation
62+
single-source/ObjectiveCBridging
6263
single-source/OpenClose
6364
single-source/Phonebook
6465
single-source/PolymorphicCalls

0 commit comments

Comments
 (0)