Skip to content

Commit 446bc73

Browse files
committed
Merge branch 'NSBundleChanges' of https://github.com/SowmyaVikram/swift-corelibs-xctest into SowmyaVikram-NSBundleChanges
# Conflicts: # Sources/XCTest/XCTestMain.swift
2 parents 44e1ff7 + 05edf5f commit 446bc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCTest/XCTestMain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/// - Parameter testCases: An array of test cases run, each produced by a call to the `testCase` function
5151
/// - seealso: `testCase`
5252
@noreturn public func XCTMain(_ testCases: [XCTestCaseEntry]) {
53-
let testBundle = NSBundle.mainBundle()
53+
let testBundle = NSBundle.main()
5454

5555
let executionMode = ArgumentParser().executionMode
5656

0 commit comments

Comments
 (0)