Skip to content

Commit c9ef32c

Browse files
committed
Move the objective-c bridging tests into the unit-tests folder
1 parent 47d2c24 commit c9ef32c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ list(APPEND CMAKE_MODULE_PATH
1515
include(AddSwiftBenchmarkSuite)
1616

1717
set(SWIFT_BENCH_MODULES
18+
single-source/unit-tests/ObjectiveCBridging
1819
single-source/unit-tests/StackPromo
1920
single-source/Ackermann
2021
single-source/AngryPhonebook
@@ -59,7 +60,6 @@ set(SWIFT_BENCH_MODULES
5960
single-source/NSError
6061
single-source/NSStringConversion
6162
single-source/ObjectAllocation
62-
single-source/ObjectiveCBridging
6363
single-source/OpenClose
6464
single-source/Phonebook
6565
single-source/PolymorphicCalls

0 commit comments

Comments
 (0)